mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-03 07:14:01 -07:00
website: redesign part 8
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user