From d4b3e511f7f54f9f1fef7ec2d20fb83564167748 Mon Sep 17 00:00:00 2001 From: Simon McFarlane Date: Sun, 21 Dec 2014 21:09:12 -0800 Subject: [PATCH] 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 {