Skip to content

Commit

Permalink
add outline to text
Browse files Browse the repository at this point in the history
  • Loading branch information
BoringBoredom committed Feb 28, 2024
1 parent 2e68e00 commit 4494bc4
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 93 deletions.
171 changes: 80 additions & 91 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions src/components/DataDisplay/DataDisplay.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.text {
font-weight: 700;
color: rgb(150, 150, 150);
font-weight: 900;
color: white;
font-size: 1.2rem;
-webkit-text-stroke: 1px black;
}

0 comments on commit 4494bc4

Please sign in to comment.