diff --git a/src/General/css/tomorrow.css b/src/General/css/tomorrow.css index c5f80e858..c08bc33a8 100755 --- a/src/General/css/tomorrow.css +++ b/src/General/css/tomorrow.css @@ -38,10 +38,7 @@ background-color: rgba(255, 255, 255, 0.1); } -/* Highlighting */ -:root.tomorrow .qphl { - outline: 2px solid rgba(129, 162, 190, .7); -} +/* Quote */ :root.tomorrow .catalog-thread > .comment > span.quote, :root.tomorrow #arc-list span.quote { color: #B5BD68; } @@ -52,24 +49,29 @@ border-color: #111; background-color: rgba(0, 0, 0, .14); } + +/* Highlighting */ +:root.tomorrow .qphl { + outline: 2px solid rgba(129, 162, 190, .9); +} :root.tomorrow.highlight-own .yourPost > .reply, :root.tomorrow.highlight-you .quotesYou > .reply, :root.tomorrow .filter-highlight > .reply { - border-left: 3px solid rgba(129, 162, 190, .7); + border-left: 3px solid rgba(129, 162, 190, .9); } :root.tomorrow.highlight-own .yourPost > div.sideArrows, :root.tomorrow.highlight-you .quotesYou > div.sideArrows, :root.tomorrow .filter-highlight > div.sideArrows { - color: rgb(197, 200, 198); + color: rgba(129, 162, 190, .9); } :root.tomorrow .opContainer.filter-highlight { - box-shadow: inset 5px 0 rgba(129, 162, 190, .7); + box-shadow: inset 5px 0 rgba(129, 162, 190, .9); } :root.tomorrow .catalog-thread.watched .catalog-thumb, :root.tomorrow .filter-highlight .catalog-thumb, :root.tomorrow .catalog-thread.watched .werkTyme-filename, :root.tomorrow .filter-highlight .werkTyme-filename { - border: 2px solid rgb(129, 162, 190); + border: 2px solid rgb(255, 51, 51); } /* QR */