feat(#145): transform home page into user dashboard #151

Merged
marcel merged 14 commits from feat/145-dashboard into main 2026-03-29 12:39:39 +02:00
Showing only changes of commit b1f82d91d2 - Show all commits

View File

@@ -213,4 +213,8 @@
background-color: var(--c-surface);
color: var(--c-ink);
}
a:hover {
text-decoration-color: var(--c-accent);
}
}