many new components, renames and yays

This commit is contained in:
2026-02-04 15:21:47 +00:00
parent 9bd2ea980a
commit 227fcadda6
10 changed files with 127 additions and 56 deletions

View File

@@ -81,6 +81,10 @@ body {
height: 100vh;
}
main {
@apply overflow-y-scroll;
}
input {
@apply text-secondary border-primary border;
}
@@ -241,7 +245,7 @@ td {
}
.background {
@apply fixed inset-0 -z-10 pointer-events-none;
@apply fixed inset-0 z-0;
}
.halftone {