Fix specificity issues in dark.css

This commit is contained in:
Simon McFarlane 2015-06-04 11:02:09 +02:00
parent 5a4448c4dc
commit ac694e8ad7

View File

@ -107,21 +107,21 @@ div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover
{ {
color: #32DD72; color: #32DD72;
} }
.intro span.subject { p.intro span.subject {
font-size: 12px; font-size: 12px;
font-family: sans-serif; font-family: sans-serif;
color: #446655; color: #446655;
font-weight: 800; font-weight: 800;
} }
.intro span.name { p.intro span.name {
color: #32DD72; color: #32DD72;
font-weight: 800; font-weight: 800;
} }
.intro a.capcode, p.intro a.nametag { p.intro a.capcode, p.intro a.nametag {
color: magenta; color: magenta;
margin-left: 0; margin-left: 0;
} }
.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name { p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
color: #32ddaf; color: #32ddaf;
} }
input[type="text"], textarea, select input[type="text"], textarea, select