updates theming

This commit is contained in:
Michel Fedde 2025-05-20 20:42:47 +02:00
parent 9fa1cbf055
commit 45ed668f93
9 changed files with 102 additions and 295 deletions

View file

@ -1,7 +1,7 @@
.module
{
color: $foreground;
padding: 0.2rem 0.3rem 0.2rem 0.3rem;
padding: 0.2rem 1rem;
}
#battery.warning,

View file

@ -35,8 +35,8 @@ window.semi-hidden {
border-radius: $border-radius;
background-color: $background;
border: 1px solid rgba($foreground, 0.4);
box-shadow: $box-shadow-inner-less
border: 1px solid $border-color;
box-shadow: $box-shadow-inner-less;
}
.hidden {