user/eww: add box-shadow around widgets

This commit is contained in:
LavaDesu 2025-03-23 16:53:26 +11:00
parent 7c36f87860
commit 0ae63f2c72
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -11,7 +11,7 @@ window {
}
.bar {
margin: 5px 20px 0px 20px;
margin: 5px 20px 5px 20px;
}
.widget {
@ -22,6 +22,7 @@ window {
font-size: 15px;
padding: 5px 15px;
border-radius: 50px;
box-shadow: $accent 0px 0px 2px;
}
.title {