This commit is contained in:
parent
3374a587a1
commit
278629046a
|
@ -105,8 +105,8 @@ onBeforeUnmount(dispose);
|
||||||
|
|
||||||
@keyframes blink {
|
@keyframes blink {
|
||||||
0%, 100% {
|
0%, 100% {
|
||||||
background: color(from var(--MI_THEME-accent) srgb r g b / 0.05);
|
background: color(from var(--MI_THEME-accent) srgb r g b / 0.1);
|
||||||
border: 1px solid color(from var(--MI_THEME-accent) srgb r g b / 0.7);
|
border: 1px solid color(from var(--MI_THEME-accent) srgb r g b / 0.75);
|
||||||
}
|
}
|
||||||
50% {
|
50% {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|
Loading…
Reference in New Issue