From 4d3a0ca1bd09161078e751724f5e25361c8111c1 Mon Sep 17 00:00:00 2001 From: Jeet Debnath Date: Mon, 13 Apr 2026 15:07:36 +0530 Subject: [PATCH] Update index.css --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 0877efc..65d3aaa 100644 --- a/src/index.css +++ b/src/index.css @@ -24,7 +24,7 @@ input, textarea { --color-primary: #22c55e; --color-primary-hover: #16a34a; --color-bg-soft: #eef6ee; - --card-bg-opacity: 0.85; + --card-bg-opacity: 0.7; --color-surface: rgb(255 255 255 / var(--card-bg-opacity)); --color-accent-light: #dcfce7; --color-text: #1a1a1a;