Change highlight color to blue on Tomorrow theme. #250

This commit is contained in:
ccd0 2015-02-21 12:22:41 -08:00
parent 5f028f6b8e
commit e691de587c

View File

@ -49,9 +49,17 @@
border-color: #111;
background-color: rgba(0, 0, 0, .14);
}
:root.tomorrow.highlight-own .yourPost > .reply,
:root.tomorrow.highlight-you .quotesYou > .reply {
border-left: 3px solid rgba(129, 162, 190, .7);
}
:root.tomorrow.highlight-own .yourPost > div.sideArrows,
:root.tomorrow.highlight-you .quotesYou > div.sideArrows {
color: rgba(255, 0, 0, 1);
color: rgb(197, 200, 198);
}
:root.tomorrow.highlight-own .yourPost .hide-reply-button > .fa:before,
:root.tomorrow.highlight-you .quotesYou .hide-reply-button > .fa:before {
color: rgba(129, 162, 190, .7);
}
/* QR */