Initial Commit

This commit is contained in:
KoenDR06 2025-04-13 02:47:46 +02:00
commit 3da46b8e0e
16 changed files with 279 additions and 0 deletions

4
src/styles/vars.scss Normal file
View file

@ -0,0 +1,4 @@
$bg-color: #1e222a;
$primary: #80a0c0;
$secondary: #4f6175;
$accent-1: #b48ead;