diff --git a/home/desktop/waybar/waybar.css b/home/desktop/waybar/waybar.css index 6b040de..db9c50f 100644 --- a/home/desktop/waybar/waybar.css +++ b/home/desktop/waybar/waybar.css @@ -10,7 +10,7 @@ * Keyframes * -------------------------------------------------------------------------- */ - @keyframes blink-warning { +@keyframes blink-warning { 70% { color: white; } @@ -23,7 +23,7 @@ @keyframes blink-critical { 70% { - color: white; + color: white; } to { @@ -49,7 +49,7 @@ /* The whole bar */ #waybar { - background: #24273a; + background: #1e1e2e; color: #f0c6c6; font-family: Cantarell, Noto Sans, sans-serif; font-size: 12px; @@ -104,7 +104,7 @@ } #cpu { - /* No styles */ + /* No styles */ } #cpu.warning { @@ -199,4 +199,4 @@ #workspaces button.urgent { border-color: #c9545d; color: #c9545d; -} +} \ No newline at end of file