Bob AI: set theme to warm earth tones
This commit is contained in:
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #f0f4f8;;
|
--background: #d2b48c;;
|
||||||
--card: #ffffff;;
|
--card: #f5deb3;;
|
||||||
--foreground: #1a1a2e;;
|
--foreground: #4f371d;;
|
||||||
--primary-cta: #3eb489;;
|
--primary-cta: #e0a862;;
|
||||||
--secondary-cta: #66b2b2;;
|
--secondary-cta: #d7b6a1;;
|
||||||
--accent: #3eb489;;
|
--accent: #e0a862;;
|
||||||
--background-accent: #e6f3ea;;
|
--background-accent: #f5deb3;;
|
||||||
/* 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