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

12 lines
291 B
CSS

/* modus operandi colorscheme */
:root {
--fg-color: #282828;
--bg-color: #f8f8f8;
--fg-href: #0000c0;
/* deliberaty choose a color with a lesser contrast */
/* APCA contrast value of 83.77 against bg-color */
--fg-border: #505050;
--bg-mark: #f9ff00;
--fg-mark: #282828;
}