new rgb guide & small homepage restructure #9

Open
lilly wants to merge 9 commits from new-rgb-guide into main
Showing only changes of commit 7edf27c4ac - Show all commits

add hover effect to <a>

This adds something like a color inversion when hovering <a> tags
which gives the user feedback and looks cool
lilly 2025-12-12 12:25:48 +01:00
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g

View file

@ -48,6 +48,12 @@
a:link, a:visited { a:link, a:visited {
color: var(--accent-color); color: var(--accent-color);
padding-inline: 0.1ch;
&:hover:not(:has(img)) {
background-color: var(--accent-color);
color: white;
text-decoration: none;
}
} }
u { u {