mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-10 13:07:35 +00:00
11 lines
138 B
SCSS
11 lines
138 B
SCSS
// colors
|
|
|
|
$card-dark: #131313b2;
|
|
$red: #df4646;
|
|
$blue: #00a8ff;
|
|
$green: rgb(67, 148, 67);
|
|
$seperator: #ffffff46;
|
|
// sizes
|
|
$small: .5em;
|
|
|