feat: a little more useable on mobile

This commit is contained in:
Lewis Wynne 2026-03-23 20:02:05 +00:00
parent b7fe539cf0
commit 5488352514
3 changed files with 68 additions and 37 deletions

View file

@ -2,6 +2,12 @@
@custom-variant dark (&:where(.dark, .dark *));
@theme {
--radius: 2px;
--radius-lg: 4px;
--radius-full: 9999px;
}
:root {
--bg: #fafafa;
--bg-card: #ffffff;