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; }