mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-08-03 11:31:20 +02:00
11 lines
124 B
SCSS
11 lines
124 B
SCSS
$foreground: red;
|
|
$background: black;
|
|
|
|
span {
|
|
color: $foreground;
|
|
}
|
|
|
|
.sidebar--WvRg_ {
|
|
background-color: $background;
|
|
}
|