mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-30 22:09:00 -07:00
website: redesign part 4
This commit is contained in:
@@ -12,8 +12,10 @@ body {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
overflow: auto;
|
||||
color: white;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
scroll-behavior: smooth;
|
||||
transition: opacity 180ms ease;
|
||||
}
|
||||
|
||||
@@ -23,16 +25,9 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
body > main {
|
||||
scroll-behavior: auto;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
html {
|
||||
scroll-behavior: auto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user