From d4b3e511f7f54f9f1fef7ec2d20fb83564167748 Mon Sep 17 00:00:00 2001 From: Simon McFarlane Date: Sun, 21 Dec 2014 21:09:12 -0800 Subject: [PATCH 1/2] poison.css: darker color for highlighted posts --- stylesheets/poison.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/poison.css b/stylesheets/poison.css index 83e6b182..cef49495 100644 --- a/stylesheets/poison.css +++ b/stylesheets/poison.css @@ -50,7 +50,7 @@ div.topbar, input[type="text"], select, form table tr th, form table tr td input } div.post.reply.highlighted{ - background-color: #29202D!important; + background-color: #211A24!important; } form table tr td input[type="text"]:focus, form table tr td textarea:focus { From 9d6f0daf310255014115e4f54d8f2e4413cfccd9 Mon Sep 17 00:00:00 2001 From: Simon McFarlane Date: Mon, 22 Dec 2014 11:18:30 -0800 Subject: [PATCH 2/2] poison.css: fix admin capcodes showing as Anonymous purple --- stylesheets/poison.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stylesheets/poison.css b/stylesheets/poison.css index cef49495..327a3efb 100644 --- a/stylesheets/poison.css +++ b/stylesheets/poison.css @@ -80,11 +80,6 @@ p.intro span.name } span.quote { color: #E6E1E9; -} -span[style="color:orange;font-weight:bold"] -{ - color: #D880FC!important; - } a:hover, p.intro a.post_no:hover {