forked from leftypol/leftypol
dark_red.css: fix email/name color
This commit is contained in:
parent
6f181effac
commit
869e2602ef
1 changed files with 4 additions and 1 deletions
|
@ -31,7 +31,7 @@ div.title p {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
a, a:link, a:visited, .intro a.email span.name {
|
a, a:link, a:visited, .intro a.email span.name {
|
||||||
color: #CCC !important;
|
color: #CCC;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
@ -47,6 +47,9 @@ a.post_no:hover {
|
||||||
color: #32DD72 !important;
|
color: #32DD72 !important;
|
||||||
text-decoration: underline overline;
|
text-decoration: underline overline;
|
||||||
}
|
}
|
||||||
|
.intro a.post_no {
|
||||||
|
color: #CCC;
|
||||||
|
}
|
||||||
div.post.reply {
|
div.post.reply {
|
||||||
background: #333333;
|
background: #333333;
|
||||||
border: #555555 1px solid;
|
border: #555555 1px solid;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue