Add option to adapt color scheme to the system color scheme #61

Merged
jakob.scheid merged 12 commits from feature/dynamic-dark-mode into main 2026-05-18 16:55:41 +02:00
Showing only changes of commit a7d1cc0f62 - Show all commits
+4
View File
@@ -25,4 +25,8 @@ body {
.link:hover:not(.button-link) { .link:hover:not(.button-link) {
text-decoration: underline; text-decoration: underline;
}
input {
color: var(--dark);
} }