mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
17 lines
268 B
SCSS
17 lines
268 B
SCSS
$primaryCol: #2c2c2c;
|
|
$secondaryCol: #01e733;
|
|
|
|
$bgCol: #1d1d1d;
|
|
$bgLigtherCol: #5b5b5b;
|
|
|
|
$errorCol: #ff1919;
|
|
$warningCol: #ffe15b;
|
|
|
|
$accentCol: #ffc014;
|
|
$accent2Col: #ff3d5d;
|
|
|
|
$skr: #ff5100;
|
|
$twr: #ffbb00;
|
|
|
|
$animDuration: 150ms;
|
|
$animType: ease-in-out; |