mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 21:01:54 +05:30
feat: update style
This commit is contained in:
15
style.scss
15
style.scss
@@ -1,9 +1,14 @@
|
||||
$accent: #ebdbb2;
|
||||
$fg-color: #ebdbb2;
|
||||
$bg-color: #282828;
|
||||
$inactive-color: #807966;
|
||||
$accent: #54cdb3;
|
||||
$fg-color: #fff;
|
||||
$bg-color: #0e0e0e;
|
||||
$inactive-color: #252525;
|
||||
$rounded: 8px;
|
||||
$font-size: 1.3rem;
|
||||
$font-size: 1.1rem;
|
||||
|
||||
* {
|
||||
all: unset;
|
||||
font-family: FiraCode Nerd Font Bold;
|
||||
}
|
||||
|
||||
// bar
|
||||
@import "./widgets/bar/style.scss";
|
||||
|
Reference in New Issue
Block a user