first draft of home page

This commit is contained in:
2026-01-06 19:42:21 -07:00
parent 073e5bfe26
commit 846f56e50b
8 changed files with 195 additions and 47 deletions
+6 -2
View File
@@ -1,6 +1,10 @@
@layer theme {
@layer component {
header,
footer {
background-color: var(--base-200);
background-color: var(--sidebar);
}
a.selected {
background-color: var(--sidebar-accent);
}
}