style: update calendar styling to to make it pretty in both light- and dark-mode

This commit is contained in:
micha 2025-06-27 09:33:05 +02:00
parent 1a9a299c9c
commit 72c3f6c17f
2 changed files with 9 additions and 9 deletions

View file

@ -5,7 +5,7 @@
gap: 12px;
padding: calc(var(--spacing) * 2);
padding-left: calc(50px + var(--spacing));
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
box-shadow: none;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}