mirror of
https://github.com/ahoneybun/ahoneybun.net.git
synced 2025-05-12 11:14:01 -06:00
10 lines
179 B
CSS
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;
|
|
}
|