Adds more wal theming

This commit is contained in:
Michel Fedde 2025-03-01 22:55:04 +01:00
parent 04f6af0726
commit af5ec3580c
15 changed files with 353 additions and 80 deletions

View file

@ -10,7 +10,7 @@ $cc-bg: $background;
color: $foreground;
border-radius: $border-radius;
border-left: 1px solid $foreground;
box-shadow: $box-shadow;
box-shadow: $box-shadow-inner;
padding-left: 1rem;
padding-right: 1rem;
margin: .3rem;