mirror of
https://github.com/ahoneybun/ahoneybun.net.git
synced 2025-05-12 19:14:04 -06:00
init commit
This commit is contained in:
commit
cae1778de5
16 changed files with 574 additions and 0 deletions
12
public/css/variables-light-theme.css
Normal file
12
public/css/variables-light-theme.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue