From 205d099ab180df6445c2162b9cc36963f4e015c0 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 22 Feb 2015 13:51:29 -0800 Subject: [PATCH] Bump highlight alpha up to 0.8. --- src/General/css/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index 195250588..e9ee621d4 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -1027,22 +1027,22 @@ input[name="Default Volume"] { /* Highlighting */ .qphl { - outline: 2px solid rgba(216, 94, 49, .7); + outline: 2px solid rgba(216, 94, 49, .8); } :root.highlight-own .yourPost > .reply, :root.highlight-you .quotesYou > .reply, .filter-highlight > .reply { - border-left: 3px solid rgba(221, 0, 0, .7); + border-left: 3px solid rgba(221, 0, 0, .8); } :root.highlight-own .yourPost > div.sideArrows, :root.highlight-you .quotesYou > div.sideArrows, .filter-highlight > div.sideArrows { - color: rgba(221, 0, 0, .7); + color: rgba(221, 0, 0, .8); } :root.highlight-own .yourPost.opContainer, :root.highlight-you .quotesYou.opContainer, .filter-highlight.opContainer { - border-left: 3px solid rgba(221, 0, 0, .7); + border-left: 3px solid rgba(221, 0, 0, .8); } :root.highlight-own .yourPost.opContainer::after, :root.highlight-you .quotesYou.opContainer::after, @@ -1055,7 +1055,7 @@ input[name="Default Volume"] { .filter-highlight .catalog-thumb, .catalog-thread.watched .werkTyme-filename, .filter-highlight .werkTyme-filename { - border: 2px solid rgba(221, 0, 0, .7); + border: 2px solid rgba(221, 0, 0, .8); } /* Spoiler text */