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 05b6a5d513 - Show all commits
-6
View File
@@ -19,12 +19,6 @@ body {
font-size: 16px; font-size: 16px;
} }
#app {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.link { .link {
text-decoration: none; text-decoration: none;
} }