another tiny style change

This commit is contained in:
cyrneko 2025-03-30 18:36:58 +02:00
parent c30a9e1296
commit 4bbcafd57b
No known key found for this signature in database
GPG key ID: 801B4BD878A984A4

View file

@ -96,7 +96,8 @@ hr {
margin-block: var(--spacing);
}
a:hover:not(:has(img)), a:visited:hover:not(:has(img)) {
a:hover:not(:has(img)), a:visited:hover:not(:has(img)),
a:active:not(:has(img)), a:visited:active:not(:has(img)) {
box-sizing: border-box;
background-color: var(--foreground);
box-shadow: 0px 0px 0px 5px var(--foreground);