mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-10 23:13:33 -07:00
26 lines
310 B
CSS
26 lines
310 B
CSS
[hidden] {
|
|
display: none !important;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
background: var(--black);
|
|
}
|
|
|
|
body {
|
|
> main {
|
|
min-height: 100dvh;
|
|
color: var(--white);
|
|
}
|
|
}
|
|
|
|
::selection {
|
|
color: var(--black);
|
|
background-color: var(--orange);
|
|
}
|
|
|
|
* {
|
|
scrollbar-width: thin;
|
|
scrollbar-color: var(--gray) transparent;
|
|
}
|