Bob AI: update the theme to minimal grayscale
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #006699;;
|
||||
--card: #004c75;;
|
||||
--foreground: #ff6b6b;;
|
||||
--primary-cta: #00bfff;;
|
||||
--secondary-cta: #0099cc;;
|
||||
--accent: #00ccff;;
|
||||
--background-accent: #0099cc;;
|
||||
--background: #f4f4f4;;
|
||||
--card: #e0e0e0;;
|
||||
--foreground: #333333;;
|
||||
--primary-cta: #cccccc;;
|
||||
--secondary-cta: #bfbfbf;;
|
||||
--accent: #999999;;
|
||||
--background-accent: #d3d3d3;;
|
||||
/* 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