From a68011bce625b41b88e259f685b71ac5176d58d3 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 2 Apr 2019 09:31:40 +0200 Subject: [PATCH] style(workspaces): urgent style --- resources/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/style.css b/resources/style.css index 362daab..5526d67 100644 --- a/resources/style.css +++ b/resources/style.css @@ -25,6 +25,10 @@ window#waybar { border-bottom: 3px solid #ffffff; } +#workspaces button.urgent { + background-color: #eb4d4b; +} + #mode { background: #64727D; border-bottom: 3px solid #ffffff;