Skip to content

Commit

Permalink
fix(frontend): Token shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Jun 2, 2023
1 parent cf1c16e commit 873c511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/app/core/token/token.component.scss
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit 873c511

Please sign in to comment.