fix space
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2024-05-29 22:56:35 +02:00
parent 73a235e3e1
commit 2787450c0e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

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