mirror of
https://github.com/benjaminion/upgrading-ethereum-book.git
synced 2026-01-08 06:03:53 -05:00
19 lines
435 B
CSS
19 lines
435 B
CSS
:root {
|
|
--color-scheme: dark;
|
|
--background: #111;
|
|
--foreground: #fff;
|
|
--link-colour: #9cf;
|
|
--fn-tt-foreground: #eee;
|
|
--fn-tt-background: #333;
|
|
--table-border: #999;
|
|
--th-background: #444;
|
|
--th-border: #999;
|
|
--th-colour: #fff;
|
|
--sidebar-background: #222;
|
|
--sidebar-foreground: #ccc;
|
|
--pagenavi-link: #ccc;
|
|
--pagenavi-link-hover: #fff;
|
|
--search-chunk-background: #222;
|
|
--search-text-highlight: #484848;
|
|
}
|