Event Calendar css
All checks were successful
publish / publish (push) Successful in 25s

This commit is contained in:
Jannik Menzel 2025-06-08 20:02:15 +02:00
parent 88699813fd
commit 1fde0d2906

View file

@ -595,6 +595,10 @@ footer {
color: var(--color-text) !important;
}
.fc-daygrid-block-event .fc-event-title {
color: var(--color-dark) !important;
}
.fc-toolbar-title {
font-weight: 600;
font-size: 1.8rem;
@ -624,7 +628,7 @@ footer {
background-color: var(--color-accent);
border: none;
border-radius: 4px;
color: var(--color-text);
color: var(--color-dark);
font-size: 0.85rem;
padding: 2px 6px;
cursor: pointer;
@ -644,6 +648,17 @@ footer {
background-color: var(--color-background) !important;
}
.fc-event:hover,
.fc-event:active {
white-space: normal;
overflow: visible;
text-overflow: clip;
z-index: 10;
background-color: var(--color-accent);
color: var(--color-dark);
position: relative;
}
/* ========================
404 Error Page
======================== */