登录页面与组件样式调整

This commit is contained in:
2025-03-19 15:49:18 +08:00
parent eaae095d0e
commit 906693be10
28 changed files with 1405 additions and 206 deletions

View File

@@ -4,10 +4,6 @@
@custom-variant dark (&:is(.dark *));
body {
color: hsl(0, 0%, 10%);
}
:root {
--radius: 0.625rem;
--background: oklch(1 0 0);
@@ -124,3 +120,7 @@ body {
@apply bg-background text-foreground;
}
}
body {
color: hsl(0, 0%, 10%);
}