jimmy/events (#6)
Co-authored-by: Jimmy Vargo <james@ayo.tokyo> Reviewed-on: ayo/website#6
This commit is contained in:
parent
83a0903155
commit
e3ddda951f
76 changed files with 564 additions and 1 deletions
14
home/assets/theme/dark.css
Normal file
14
home/assets/theme/dark.css
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
:root
|
||||
{
|
||||
--main-bg-color: #1a1b21;
|
||||
--main-fg-color: #b0b0b0;
|
||||
--strong-fg-color: #fff;
|
||||
--lighter-bg-color: #31363b;
|
||||
--lighter-fg-color: #d0d0d0;
|
||||
--highlight-bg-color: #41464b;
|
||||
--highlight-fg-color: #e0e0e0;
|
||||
--dim-bg-color: rgba(255, 255, 255, 0.1);
|
||||
|
||||
--main-primary-color: hsl(213, 35%, 65%);
|
||||
--light-primary-color: hsl(213, 35%, 45%);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue