From 869e2602eff874c17b1e6614a68b870e171c265e Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sat, 8 Feb 2025 00:13:19 +0100 Subject: [PATCH] dark_red.css: fix email/name color --- stylesheets/dark_red.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;