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,4 +1,4 @@
@import "../../theming/library/entry.scss";
@import "../../library/entry.scss";
$red: $color1;
$green: $color2;
@ -20,7 +20,7 @@ $dim: rgba($background, 0.75);
}
window {
background: $background-semitransparent;
background: $background;
color: $foreground;
transition-property: background-color;
transition-duration: 0.5s;