From bb5b2104b105da820d76e3172784ebf5c9fd8a91 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 20 Aug 2024 15:57:46 +0200 Subject: [PATCH] style.css: Fix #169 --- stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index d964f798..01e4a1f0 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -471,7 +471,7 @@ input.delete { font-weight: bold; } -.post-details span.capcode,p.intro a.capcode,p.intro a.nametag { +span.capcode, p.intro a.capcode, p.intro a.nametag { color: #F00000; margin-left: 0; }