Bob AI: Update card color and border radius for liquid glass UI.

This commit is contained in:
kudinDmitriyUp
2026-06-15 12:41:40 +00:00
parent cdcc5c512c
commit ee408086d0
2 changed files with 8 additions and 18 deletions

View File

@@ -6,7 +6,7 @@
:root {
/* @colorThemes/lightTheme/neutral */
--background: #000000;
--card: #0a0a0a;
--card: #000000;
--foreground: #ffffff;
--primary-cta: #005eff;
--primary-cta-text: #ffffff;
@@ -16,7 +16,7 @@
--background-accent: #000000;
/* @layout/border-radius/rounded */
--radius: 1rem;
--radius: 2rem;
/* @layout/content-width/spacious */
--width-content-width: clamp(40rem, 67.5vw, 61rem);