From acfd99a4ace0028b6a7ed134a8371af6ec65d868 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sat, 4 Jan 2025 21:57:52 +0100 Subject: [PATCH] style.css: add missing format spacing --- stylesheets/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index cd2e931b..131e00f4 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -929,9 +929,11 @@ pre { display: inline-block; user-select: none; } + .poster_id:hover { color: #800000!important; } + .poster_id::before { content: " ID: "; }