Bob AI: change theme to dark
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #e0f7fa;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #000000;;
|
||||
--background: #121212;;
|
||||
--card: #1e1e1e;;
|
||||
--foreground: #ffffff;;
|
||||
--primary-cta: #00bcd4;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--secondary-cta: #b2ebf2;;
|
||||
--accent: #0097a7;;
|
||||
--background-accent: #b2ebf2;;
|
||||
--background-accent: #0097a71a;;
|
||||
/* 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