mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2024-11-23 05:52:53 +01:00
11 lines
124 B
SCSS
11 lines
124 B
SCSS
$foreground: red;
|
|
$background: black;
|
|
|
|
span {
|
|
color: $foreground;
|
|
}
|
|
|
|
.sidebar--WvRg_ {
|
|
background-color: $background;
|
|
}
|