mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 21:01:54 +05:30
18 lines
283 B
SCSS
18 lines
283 B
SCSS
$accent: #54cdb3;
|
|
$fg-color: #fff;
|
|
$bg-color: #0e0e0e;
|
|
$inactive-color: #252525;
|
|
$rounded: 8px;
|
|
$font-size: 1.1rem;
|
|
|
|
* {
|
|
all: unset;
|
|
font-family: FiraCode Nerd Font Bold;
|
|
}
|
|
|
|
// bar
|
|
@import "./widgets/bar/style.scss";
|
|
|
|
// app-launcher
|
|
@import "./widgets/app-launcher/style.scss";
|