commit cbe415c51f3992998498340c1115f6491da7eba4 parent 2b318d69071ee185083664ed597200d7807c5344 Author: David Eisinger <[email protected]> Date: Thu, 9 Jan 2025 14:55:57 -0500 Don't show homepage URL Diffstat:
| M | themes/v2/assets/css/style.scss | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss @@ -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; }