diff --git a/henrovnix_ok/assets/conf/desktop/waybar/style.css b/henrovnix_ok/assets/conf/desktop/waybar/style.css index 5135585cd..68bd1a0cd 100644 --- a/henrovnix_ok/assets/conf/desktop/waybar/style.css +++ b/henrovnix_ok/assets/conf/desktop/waybar/style.css @@ -38,11 +38,17 @@ window#waybar { border-radius: 10px; } -custom-notifications.empty { +#custom-notifications { + margin: 0 4px; + padding: 0 4px; + min-width: 0; +} + +#custom-notifications.empty { color: @overlay1; } -custom-notifications.unread { +#custom-notifications.unread { color: @yellow; }