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
+20
View File
@@ -6,9 +6,29 @@
}
@layer base {
header,
footer {
border-color: var(--sidebar-border);
}
header {
border-bottom-width: 1px
}
footer {
border-top-width: 1px;
}
select {
border-width: 2px;
border-color: var(--border);
border-radius: var(--radius-lg);
}
.border-thin {
border-width: 1px;
}
.border-button {
border-width: 2px;
border-radius: var(--radius-lg);
}
}