Added css for notifications

This commit is contained in:
2026-02-27 13:53:34 +01:00
parent 907d464c72
commit c6cab85c33
@@ -38,6 +38,14 @@ window#waybar {
border-radius: 10px;
}
#custom-notifications.empty {
color: @overlay1;
}
#custom-notifications.unread {
color: @yellow;
}
#workspaces button:hover {
background-color: @surface1;
color: @text;