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 -9
View File
@@ -13,20 +13,13 @@ html {
body {
> main {
color: white;
min-height: 100dvh;
color: var(--white);
}
}
main {
min-height: 100dvh;
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
body::before {
transition: none;
}
}