Rework design part 1

This commit is contained in:
2026-04-01 19:31:00 +02:00
parent fed270d28d
commit 65b9419869
15 changed files with 324 additions and 222 deletions

View File

@@ -64,3 +64,26 @@
-ms-overflow-style: none;
scrollbar-width: none;
}
.workspace-bright-theme {
--background: 220 14% 92%;
--foreground: 222 16% 18%;
--card: 220 18% 97%;
--card-foreground: 222 16% 18%;
--popover: 0 0% 100%;
--popover-foreground: 222 16% 18%;
--primary: 214 72% 50%;
--primary-foreground: 0 0% 100%;
--secondary: 220 14% 88%;
--secondary-foreground: 222 16% 18%;
--muted: 220 12% 85%;
--muted-foreground: 220 10% 38%;
--accent: 220 14% 90%;
--accent-foreground: 222 16% 18%;
--destructive: 0 72% 56%;
--destructive-foreground: 0 0% 100%;
--border: 220 12% 78%;
--input: 220 12% 78%;
--ring: 214 72% 50%;
--radius: 0.375rem;
}