Initial commit
This commit is contained in:
commit
56d40196d6
15 changed files with 490 additions and 0 deletions
8
assets/theme/dark.css
Normal file
8
assets/theme/dark.css
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
:root
|
||||
{
|
||||
--main-bg-color: #333;
|
||||
--main-fg-color: #eee;
|
||||
|
||||
--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