mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-15 21:18:11 -07:00
website: redesign part 20
This commit is contained in:
@@ -13,3 +13,13 @@ body {
|
||||
color: var(--white);
|
||||
}
|
||||
}
|
||||
|
||||
::selection {
|
||||
color: var(--black);
|
||||
background-color: var(--orange);
|
||||
}
|
||||
|
||||
* {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: var(--gray) transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user