Bob AI: make it light theme
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #1a1a2e;;
|
||||
--card: #12121e;;
|
||||
--foreground: #ffffff;;
|
||||
--background: #f5f5f5;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #1a1a1a;;
|
||||
--primary-cta: #22c55e;;
|
||||
--secondary-cta: #2a2a3b;;
|
||||
--secondary-cta: #6b7280;;
|
||||
--accent: #3b82f6;;
|
||||
--background-accent: #252533;;
|
||||
--background-accent: #e0e7ff;;
|
||||
/* Base spacing units */
|
||||
--vw-0_25: calc(var(--vw) * 0.25);
|
||||
--vw-0_5: calc(var(--vw) * 0.5);
|
||||
|
||||
Reference in New Issue
Block a user