From d7c8b021adf393cb01d1a06807b061a16f5c4a80 Mon Sep 17 00:00:00 2001 From: Simon McFarlane Date: Sun, 7 Jun 2015 20:25:26 -0700 Subject: [PATCH] Fix cyberpunk.css not visibly highlighting posts --- stylesheets/cyberpunk.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/cyberpunk.css b/stylesheets/cyberpunk.css index 9286de3f..b2af700a 100644 --- a/stylesheets/cyberpunk.css +++ b/stylesheets/cyberpunk.css @@ -119,7 +119,7 @@ a.post_no:hover { } div.post.reply { background: #0C0001; - border: #33cccc 2px solid !important; + border: #33cccc 2px solid; border-radius: 5px; } .de-pview { @@ -127,7 +127,7 @@ div.post.reply { } div.post.reply.highlighted { background: transparent; - border: #33cccc 2px solid; + border: #1A6666 2px solid; } div.post.reply div.body a:link, div.post.reply div.body a:visited { color: #646464;