Unterstützung von Übersetzungen + Dark Mode

This commit is contained in:
Simon-Martens
2024-01-24 15:04:23 +01:00
parent 02822dbe06
commit a29080b117
15 changed files with 74 additions and 59 deletions

View File

@@ -1,7 +1,7 @@
@layer components {
/* COLORS */
.ha-footer .ha-footertext {
@apply bg-slate-50 text-hamannSlate-900 dark:bg-slate-700 dark:text-white
@apply bg-slate-50 text-hamannSlate-900 dark:bg-slate-900 dark:text-white
}
.ha-footer .ha-themetoggles {
@@ -18,7 +18,7 @@
/* STYLES */
.ha-footer {
@apply font-serif;
@apply font-sans !text-xs;
}
.ha-footer .ha-footertext {