From 6d9ffd1e1a85d4241608c7151ca4232b1ea08a5b Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 26 May 2026 17:35:37 +0000 Subject: [PATCH] Removed grainy background from card elements --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index bc46fa3..4f7161a 100644 --- a/src/index.css +++ b/src/index.css @@ -159,7 +159,7 @@ h6 { .card { /* WEBILD_CARD_STYLE */ /* @cards/glass-depth */ - background: color-mix(in srgb, var(--color-card) 80%, transparent); + background-color: var(--color-card); box-shadow: none; border: none; } -- 2.49.1