website: redesign part 11

This commit is contained in:
nym21
2026-06-06 22:29:33 +02:00
parent 66dc7cd8f5
commit 041c542046
49 changed files with 17275 additions and 193 deletions
-10
View File
@@ -7,19 +7,9 @@ body {
background: var(--black);
}
html {
scroll-behavior: smooth;
}
body {
> main {
min-height: 100dvh;
color: var(--white);
}
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
}