ahoneybun.net/public/css/variables-dark-theme.css
Aaron Honeycutt cae1778de5 init commit
2024-11-21 17:23:24 -07:00

10 lines
179 B
CSS

/* modus vivendi colorscheme */
:root {
--fg-color: #e0e6f0;
--bg-color: #323232;
--fg-href: #f2e4c4;
--fg-border: #969696;
--bg-mark: #dfdfb0;
--fg-mark: #100f10;
}