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
10
public/css/variables-dark-theme.css
Normal file
10
public/css/variables-dark-theme.css
Normal file
|
@ -0,0 +1,10 @@
|
|||
/* modus vivendi colorscheme */
|
||||
|
||||
:root {
|
||||
--fg-color: #e0e6f0;
|
||||
--bg-color: #323232;
|
||||
--fg-href: #f2e4c4;
|
||||
--fg-border: #969696;
|
||||
--bg-mark: #dfdfb0;
|
||||
--fg-mark: #100f10;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue