Fixed style for hiddent white events

This commit is contained in:
Alexis
2025-02-28 23:08:16 +01:00
parent d663253a05
commit b2ec583a09

View File

@@ -203,7 +203,7 @@
@apply text-stone-700 hover:text-white border-stone-500 hover:bg-stone-700 dark:text-white
}
.event-white.is-hidden {
@apply text-slate-900 dark:hover:text-slate-900 border-neutral-400 hover:bg-yellow-200 dark:text-white
@apply text-slate-900 border-neutral-400 hover:bg-yellow-200 dark:bg-neutral-800 dark:text-white dark:hover:bg-neutral-300 dark:hover:text-slate-900
}
.dark .event-details-red {