diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2025-11-04 22:40:46 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2025-11-04 22:40:46 +0000 |
| commit | 2cbc77a8d17ae8c941f7008b31505fa616b53d87 (patch) | |
| tree | d801f23d7659bb152b2cfb9846f73498fa3c6447 /waybar/style.css | |
| parent | f35f07a9a742a9cc80f61495fa01a8d86bba2f56 (diff) | |
Diffstat (limited to 'waybar/style.css')
| -rw-r--r-- | waybar/style.css | 6 |
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; } |
