This commit is contained in:
syuilo 2025-04-08 08:31:52 +09:00
parent 3374a587a1
commit 278629046a
1 changed files with 2 additions and 2 deletions

View File

@ -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;