tidal-hifi/src/themes/Blood.scss

11 lines
124 B
SCSS
Raw Normal View History

$foreground: red;
$background: black;
span {
color: $foreground;
}
.sidebar--WvRg_ {
background-color: $background;
}