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