0
0
Fork 0

remove broken animation

This commit is contained in:
Daryl Ronningen 2025-01-05 17:35:03 -08:00
parent c4b76611f8
commit 467875c81a
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B

View file

@ -260,8 +260,6 @@
border-bottom-style: solid;
border-color: red;
border-width: 3px;
animation: blinker 1s step-start infinite;
}
#workspaces button:nth-child(1) {
@ -287,12 +285,6 @@
#battery.critical {
color: #f38ba8;
}
@keyframes blinker {
50% {
opacity: 0;
}
}
'';
};