Compare commits

1 Commits
Author SHA1 Message Date
jakob.scheid bd3c1042b2 chore: resolve merge conflicts 2026-07-28 19:44:02 +02:00
+2
View File
@@ -62,6 +62,8 @@ watch(colorScheme, (newValue) => {
min-height: 100vh; min-height: 100vh;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background-color: var(--light-bg);
color: var(--dark);
} }
.main-content { .main-content {