mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-10 15:03:32 -07:00
16 lines
159 B
CSS
16 lines
159 B
CSS
[hidden] {
|
|
display: none !important;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
background: var(--black);
|
|
}
|
|
|
|
body {
|
|
> main {
|
|
min-height: 100dvh;
|
|
color: var(--white);
|
|
}
|
|
}
|