mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-08 01:28:15 -07:00
11 lines
175 B
CSS
11 lines
175 B
CSS
body {
|
|
> header {
|
|
position: fixed;
|
|
top: 1.5rem;
|
|
left: var(--page-x);
|
|
z-index: var(--layer-header);
|
|
line-height: 1;
|
|
mix-blend-mode: difference;
|
|
}
|
|
}
|