Style rework #35

Merged
Anri merged 70 commits from rework into main 2023-10-15 20:58:23 +02:00
Showing only changes of commit 691e13aeb7 - Show all commits

View file

@ -10,9 +10,12 @@ a {
font-size: var(--font-size); font-size: var(--font-size);
} }
a {
transition: opacity 0.2s;
}
a:hover { a:hover {
opacity: 0.6; opacity: 0.6;
transition: opacity 0.2s;
} }
main { main {