multi-topic, publish from gh-pages branch
All checks were successful
Build and deploy static pages / build-and-push (push) Successful in 19s

This commit is contained in:
2026-08-17 18:10:49 +02:00
parent 1a9f822b56
commit d822cdaa6a
181 changed files with 1076 additions and 437 deletions

View File

@@ -7,5 +7,22 @@
.fc table { display: table; overflow-x: visible; margin-bottom: 0; border-radius: 0; word-break: normal; }
.fc th { min-width: 0; text-align: center; }
.fc td:first-child, .fc th:first-child { width: auto; }
/* Map PaperMod dark theme to FullCalendar CSS variables */
[data-theme="dark"] #pa-calendar {
--fc-page-bg-color: var(--theme);
--fc-neutral-bg-color: var(--entry);
--fc-neutral-text-color: var(--secondary);
--fc-border-color: var(--border);
--fc-today-bg-color: rgba(255, 220, 40, 0.08);
--fc-list-event-hover-bg-color: var(--entry);
--fc-button-text-color: var(--primary);
--fc-button-bg-color: var(--entry);
--fc-button-border-color: var(--border);
--fc-button-hover-bg-color: var(--tertiary);
--fc-button-hover-border-color: var(--border);
--fc-button-active-bg-color: var(--tertiary);
--fc-button-active-border-color: var(--border);
color: var(--primary);
}
</style>
{{- end }}