Skip to content

Commit 6f04d3f

Browse files
authored
Refactor blink-background animation keyframes for improved clarity (#2038)
1 parent 5c9b8ea commit 6f04d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/content/functions.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@keyframes blink-background {
2-
from {
2+
0%, 100% {
33
background-color: var(--textDetailBackground);
44
}
55

6-
to {
6+
50% {
77
background-color: var(--blink);
88
}
99
}

0 commit comments

Comments
 (0)