refactor: move styles to seperate folder

This commit is contained in:
tux
2025-09-24 21:57:45 +05:30
parent ae3bc364be
commit e09d781605
8 changed files with 27 additions and 22 deletions

4
style/_base.scss Normal file
View File

@@ -0,0 +1,4 @@
* {
all: unset;
font-family: FiraCode Nerd Font Bold;
}