feat: theme files are now loaded & applied on startup

This commit is contained in:
2023-05-10 22:07:11 +02:00
parent a408a6a8cc
commit 1761c8dd40
5 changed files with 29 additions and 12 deletions

10
src/themes/Blood.scss Normal file
View File

@@ -0,0 +1,10 @@
$foreground: red;
$background: black;
span {
color: $foreground;
}
.sidebar--WvRg_ {
background-color: $background;
}