From 2787450c0e6666918a5cfa37e833e67e90af9dda Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 29 May 2024 22:56:35 +0200 Subject: [PATCH] fix space --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index 975d344..45479b6 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -82,6 +82,7 @@ header nav a:hover { a:not(:where([href^="#"], [href^="/"])):not(:has(img))::after { content: " (" attr(href) ")"; display: inline-block; + white-space: pre; color: mediumblue; }