website: redesign part 8

This commit is contained in:
nym21
2026-06-05 18:12:46 +02:00
parent ff2c04a100
commit b00692249c
17 changed files with 241 additions and 201 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
main.learn {
> nav {
counter-reset: content-theme;
position: sticky;
top: 0;
padding-top: var(--top-offset);
@@ -44,7 +45,7 @@ main.learn {
opacity: 0.5;
}
&:hover {
&:is(:hover, [aria-current="location"]) {
color: var(--orange);
}
}