Change unread line to white in Tomorrow theme.

This commit is contained in:
ccd0 2015-02-21 10:01:57 -08:00
parent 67866970e6
commit 36f1208726

View File

@ -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;