poison.css: darker color for highlighted posts

This commit is contained in:
Simon McFarlane 2014-12-21 21:09:12 -08:00
parent ec95c60be5
commit d4b3e511f7

View File

@ -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
{