mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
2ee8d27bf0
- co-written by Github Copilot
10 lines
159 B
SCSS
10 lines
159 B
SCSS
// colors
|
|
|
|
$card-dark: #000203;
|
|
$red: #df4646;
|
|
$blue: rgb(5, 80, 150);
|
|
$green: rgb(67, 148, 67);
|
|
$separator: #ffffff46;
|
|
// sizes
|
|
$small: .5em;
|
|
$smaller: .25em; |