Release v0.40.0 Feiertagslogik

This commit is contained in:
2026-06-19 14:56:50 +02:00
parent faa91e4425
commit 9308d8cf93
5 changed files with 173 additions and 47 deletions
+5 -1
View File
@@ -50,6 +50,9 @@ h1 {
border: 1px solid #dde5f2;
border-radius: 18px;
padding: 16px;
min-width: 280px;
display: grid;
gap: 14px;
box-shadow: 0 12px 30px rgba(29, 45, 68, .08);
}
@@ -60,7 +63,8 @@ h1 {
color: #566277;
}
.settings input {
.settings input,
.settings select {
border: 1px solid #cbd5e1;
border-radius: 10px;
padding: 10px 12px;