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

6
style/_variable.scss Normal file
View File

@@ -0,0 +1,6 @@
$accent: #54cdb3;
$fg-color: #fff;
$bg-color: #0e0e0e;
$inactive-color: #252525;
$rounded: 8px;
$font-size: 1rem;