Don't show homepage URL

This commit is contained in:
David Eisinger
2025-01-09 14:55:57 -05:00
parent 2b318d6907
commit cbe415c51f

View File

@@ -233,7 +233,7 @@ audio::-webkit-media-controls-panel {
display: none;
}
a:not(:has(img), [href^="#"])::after {
a:not(:has(img), [href^="#"], [href="/"])::after {
content: " (" attr(href) ")";
font-size: 0.8em;
}