mirror of
https://codeberg.org/cyrneko/pages.git
synced 2025-05-04 18:13:07 +00:00
another tiny style change
This commit is contained in:
parent
c30a9e1296
commit
4bbcafd57b
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue