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; }