Fixed no contrast event buttons

This commit is contained in:
Alexis
2025-04-25 17:27:16 +02:00
parent f502f80341
commit 60bbb6f48f

View File

@@ -146,7 +146,7 @@
}
.event-button.is-hidden {
background-color: transparent;
color: var(--bg-color);
color: var(--color-foreground);
border: 1px dashed var(--bg-color);
transition-property: background-color, color, border-color;
}