init commit

This commit is contained in:
Aaron Honeycutt 2024-11-21 17:23:24 -07:00
commit cae1778de5
16 changed files with 574 additions and 0 deletions

View file

@ -0,0 +1,12 @@
/* 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;
}