diff --git a/stylesheets/dark_red.css b/stylesheets/dark_red.css index 6fa56a9a..173a6619 100644 --- a/stylesheets/dark_red.css +++ b/stylesheets/dark_red.css @@ -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;