From 873c511594085d675b915971949ac2fb1b87e7d5 Mon Sep 17 00:00:00 2001 From: Adrian Kunz Date: Fri, 2 Jun 2023 23:52:37 +0200 Subject: [PATCH] fix(frontend): Token shadow --- apps/frontend/src/app/core/token/token.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/app/core/token/token.component.scss b/apps/frontend/src/app/core/token/token.component.scss index 162cd824..da39b58b 100644 --- a/apps/frontend/src/app/core/token/token.component.scss +++ b/apps/frontend/src/app/core/token/token.component.scss @@ -1,4 +1,4 @@ .blurred { color: transparent !important; - text-shadow: 0 0 8px #000 !important; + text-shadow: 0 0 8px var(--bs-body-color) !important; }