dark_red.css: fix email/name color

This commit is contained in:
Zankaria 2025-02-08 00:13:19 +01:00
parent 6f181effac
commit 869e2602ef

View file

@ -31,7 +31,7 @@ div.title p {
font-size: 10px;
}
a, a:link, a:visited, .intro a.email span.name {
color: #CCC !important;
color: #CCC;
text-decoration: none;
font-family: sans-serif;
}
@ -47,6 +47,9 @@ a.post_no:hover {
color: #32DD72 !important;
text-decoration: underline overline;
}
.intro a.post_no {
color: #CCC;
}
div.post.reply {
background: #333333;
border: #555555 1px solid;