Browse Source

Merge pull request #7 from illuminatedgeek/patch-1

poison.css: darker color for highlighted posts
pull/40/head
Michael Walker 9 years ago
parent
commit
1c4c301775
  1. 7
      stylesheets/poison.css

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

Loading…
Cancel
Save