Files
brk/website_next/styles/main.css
T
2026-06-05 18:12:46 +02:00

26 lines
281 B
CSS

[hidden] {
display: none !important;
}
html,
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;
}
}