Update dependencies and add blog

This commit is contained in:
Corentin 2021-10-07 09:02:43 +09:00
commit 7a8fb3449d
22 changed files with 948 additions and 332 deletions

13
assets/theme/dark.css Normal file
View 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%);
}