From a8e0edec83be2eff043df6bc3a4266ca91bc1a8a Mon Sep 17 00:00:00 2001 From: Simon McFarlane Date: Sun, 7 Jun 2015 20:22:57 -0700 Subject: [PATCH] Fix fauux.css not visibly highlighting posts --- stylesheets/fauux.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/fauux.css b/stylesheets/fauux.css index 0f9719c7..9f925221 100644 --- a/stylesheets/fauux.css +++ b/stylesheets/fauux.css @@ -79,7 +79,7 @@ a.post_no:hover { } div.post.reply { background: #000000; - border: #d2738a 1px solid !important; + border: #d2738a 1px solid; /*border-radius: 5px;*/ } .de-pview { @@ -87,7 +87,7 @@ div.post.reply { } div.post.reply.highlighted { background: transparent; - border: #d2738a 1px solid; + border: #EDC7D0 1px solid; } div.post.reply div.body a:link, div.post.reply div.body a:visited { color: #646464;