mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-08 13:04:34 +00:00
🎨
This commit is contained in:
parent
3374a587a1
commit
278629046a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue