Bob AI: Change color theme to red and black
This commit is contained in:
@@ -4,14 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #e3deea;;
|
--background: #000000;;
|
||||||
--card: #ffffff;;
|
--card: #222222;;
|
||||||
--foreground: #1f2027;;
|
--foreground: #ffffff;;
|
||||||
--primary-cta: #1f2027;;
|
--primary-cta: #ff4d4d;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ff7e7e;;
|
||||||
--accent: #627dc6;;
|
--accent: #ff4d4d;;
|
||||||
--background-accent: #627dc6;;
|
--background-accent: #ff4d4d;;
|
||||||
|
|
||||||
/* Base spacing units */
|
/* Base spacing units */
|
||||||
--vw-0_25: calc(var(--vw) * 0.25);
|
--vw-0_25: calc(var(--vw) * 0.25);
|
||||||
--vw-0_5: calc(var(--vw) * 0.5);
|
--vw-0_5: calc(var(--vw) * 0.5);
|
||||||
|
|||||||
Reference in New Issue
Block a user