Skip to content

Commit

Permalink
perf: 字体加个描边
Browse files Browse the repository at this point in the history
  • Loading branch information
XasYer committed Dec 1, 2024
1 parent 64b89d3 commit 0114e85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/info/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
width: 593px;
height: 561px;
font-size: 20px;
text-shadow:
-1px -1px 0 black,
1px -1px 0 black,
-1px 1px 0 black,
1px 1px 0 black;
}

.color-1 {
Expand Down

0 comments on commit 0114e85

Please sign in to comment.