YML homeassistant notification and veckomenycss
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Elias Jansson
2025-05-21 23:38:18 +02:00
parent 01498edc69
commit 785b2bc996
2 changed files with 23 additions and 1 deletions

View File

@@ -20,7 +20,14 @@
--faint-text: #A0AAB5;
--subtle-text: #D0DCE4;
}
[data-theme="dark"] h1,
[data-theme="dark"] .day-header {
color: #cef8fe; /* Ljusare blå för bättre kontrast */
font-weight: 700;
}
[data-theme="dark"] .menu-header h1 {
color: #cef8fe; /* ljuslila i mörkt läge */
}
body {
margin: 0;
font-family: "Segoe UI", sans-serif;