Adds new style

This commit is contained in:
Michel Fedde 2025-04-25 21:26:38 +02:00
parent 54ecbaea3c
commit 271bbff95e
13 changed files with 74 additions and 43 deletions

View file

@ -1,11 +1,11 @@
@import "../../theming/library/entry.scss";
@import "../../library/entry.scss";
* {
color: $foreground;
}
window {
background-color: $background-semitransparent;
background-color: $background;
color: $foreground
}