From f8cc23f6a141ba36ef5d0c48d6d8a0d79389a79e Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 11 Feb 2026 15:58:46 +0000 Subject: [PATCH] Bob AI: Make it glassmorphic, have a bunch of very unique ... --- src/app/styles/variables.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 5f86e72..4369b05 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,20 +3,20 @@ /* --vw is set by ThemeProvider */ /* --background: #ffffff;; - --card: #f9f9f9;; - --foreground: #000612e6;; - --primary-cta: #15479c;; - --secondary-cta: #f9f9f9;; - --accent: #e2e2e2;; - --background-accent: #c4c4c4;; */ + --card: rgba(255, 255, 255, 0.1);; + --foreground: #e0e0e0;; + --primary-cta: #ff6f61;; + --secondary-cta: #6b5b95;; + --accent: #ffcc5c;; + --background-accent: rgba(255, 255, 255, 0.05);; */ - --background: #ffffff;; - --card: #f9f9f9;; - --foreground: #000612e6;; - --primary-cta: #15479c;; - --secondary-cta: #f9f9f9;; - --accent: #e2e2e2;; - --background-accent: #c4c4c4;; + --background: #121212;; + --card: rgba(255, 255, 255, 0.1);; + --foreground: #e0e0e0;; + --primary-cta: #ff6f61;; + --secondary-cta: #6b5b95;; + --accent: #ffcc5c;; + --background-accent: rgba(255, 255, 255, 0.05);; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);