mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-08-03 03:21:42 +02:00
feat: theme files are now loaded & applied on startup
This commit is contained in:
10
src/themes/Blood.scss
Normal file
10
src/themes/Blood.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
$foreground: red;
|
||||
$background: black;
|
||||
|
||||
span {
|
||||
color: $foreground;
|
||||
}
|
||||
|
||||
.sidebar--WvRg_ {
|
||||
background-color: $background;
|
||||
}
|
@@ -1,3 +0,0 @@
|
||||
h2 {
|
||||
color: black;
|
||||
}
|
@@ -1,7 +0,0 @@
|
||||
h1 {
|
||||
color: black;
|
||||
|
||||
.title {
|
||||
color: blue;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user