aboutsummaryrefslogtreecommitdiffstats
path: root/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'waybar/style.css')
-rw-r--r--waybar/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/waybar/style.css b/waybar/style.css
index 065056d..ec56d36 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -131,6 +131,12 @@ button {
}
}
+@keyframes blink {
+ 50% {
+ color: #434e59;
+ }
+}
+
label:focus {
background-color: #000000;
}