More swaync tweaks

This commit is contained in:
David Heinemeier Hansson
2025-06-07 21:49:01 +02:00
parent 5f7955d9c1
commit d289a1a466
2 changed files with 95 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
* {
all: unset;
font-family: CaskaydiaMono Nerd Font;
font-size: 12px;
font-family: Liberation Sans;
font-size: 14px;
}
.notification {
@@ -13,14 +13,6 @@
margin: 10px;
}
.image,
.icon,
.app-icon {
min-height: 16px;
min-width: 16px;
margin-right: 8px;
}
.title {
font-weight: bold;
}