diff --git a/src/General/css/tomorrow.css b/src/General/css/tomorrow.css index a65455e89..ca2653e3d 100755 --- a/src/General/css/tomorrow.css +++ b/src/General/css/tomorrow.css @@ -93,6 +93,11 @@ background: rgba(0, 0, 0, .33); } +/* Unread */ +:root.tomorrow #unread-line { + border-color: rgb(197, 200, 198); +} + /* Thread Watcher */ :root.tomorrow .replies-quoting-you > a, :root.tomorrow #watcher-link.disabled.replies-quoting-you { color: #F00 !important;