mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2026-05-08 17:48:55 -04:00
feat: Implement a new dashboard shell with animated background, refactor dashboard data fetching into a dedicated API route, and introduce new UI components.**
This commit is contained in:
@@ -455,6 +455,8 @@
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
}
|
||||
background-image: radial-gradient(var(--border) 1px, transparent 1px);
|
||||
background-size: 24px 24px;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
Reference in New Issue
Block a user