Inital fix for #74

Signed-off-by: GitHub Action <action@github.com>
This commit is contained in:
GitHub Action
2024-08-24 06:46:42 +00:00
parent db0321c9ae
commit fc359e48aa
5 changed files with 37 additions and 36 deletions

8
assets/scss/_colors.scss Normal file
View File

@ -0,0 +1,8 @@
// Default Colors
$theme: hsl(172, 99%, 26%);
$text: hsl(204, 28%, 93%);
$light-grey: #494f5c;
$dark-grey: #3B3E48;
$highlight-grey: #7d828a;
$midnightblue: #2c3e50;
$typewriter: hsl(172, 100%, 36%);