Event Calendar styling and bugfixes
All checks were successful
publish / publish (push) Successful in 23s

This commit is contained in:
Jannik Menzel 2025-06-08 18:49:30 +02:00
parent 79e88ec9c2
commit 88699813fd
5 changed files with 107 additions and 35 deletions

View file

@ -24,6 +24,15 @@
box-shadow: 0 4px 0 0 var(--color-text);
}
#markdown.title-center {
text-align: center;
}
#markdown.title-center h1 {
display: inline-block;
text-align: center;
}
.dark #markdown h1 {
color: var(--color-text-dark);
box-shadow: 0 4px 0 0 var(--color-off);