yea the site is even cooler now

This commit is contained in:
Luna 2025-11-15 18:52:36 -03:00
parent 7814a16c34
commit c6918a4d72
4 changed files with 110 additions and 19 deletions

View file

@ -33,6 +33,10 @@ a:focus {
background-color: var(--c-highlight);
}
a:hover {
cursor: pointer
}
:is(a, d) + p {
display: none
}
@ -199,4 +203,9 @@ main, .js > div > div {
:focus {
outline: none
}
.f {
color: var(--c-bg);
background-color: var(--c-focus-secondary)
}