Update dependencies and add blog
This commit is contained in:
parent
477b6e4dc7
commit
7a8fb3449d
22 changed files with 948 additions and 332 deletions
13
assets/theme/dark.css
Normal file
13
assets/theme/dark.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
:root
|
||||
{
|
||||
--main-bg-color: #21262b;
|
||||
--main-fg-color: #b0b0b0;
|
||||
--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