Diverse CSS changes

This commit is contained in:
2026-02-27 15:05:47 +01:00
parent 51a5c4cd0b
commit 70db619283
3 changed files with 93 additions and 96 deletions
@@ -38,28 +38,18 @@ window#waybar {
border-radius: 10px;
}
/* Main notification window */
.notification-row,
.notification,
.notification-group {
background-color: rgba(30, 30, 46, 0.15);
border: 1px solid rgba(255, 255, 255, 0.08);
#custom-notifications {
margin: 0 4px;
padding: 0 4px;
min-width: 0;
}
/* Control center */
.control-center {
background-color: rgba(30, 30, 46, 0.15);
#custom-notifications.empty {
color: @overlay1;
}
/* Notification body */
.notification-content {
background-color: rgba(30, 30, 46, 0.15);
}
/* Optional: blur look */
.notification,
.control-center {
backdrop-filter: blur(8px);
#custom-notifications.unread {
color: @yellow;
}
#workspaces button:hover {