Skip to content

Commit

Permalink
more accurate shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonTDM committed Jul 11, 2024
1 parent 5b0f09f commit 306f5d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game/Custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
margin-top: 4px;
}
#btnNextLevel {
text-shadow: 0px 0px 4px #000;
text-shadow: 0px 0px 3px #000, 0px 0px 3px #000;
font-family: dwarvesc !important;
color: #d0932b !important;
font-size: 18px !important;
Expand Down Expand Up @@ -166,7 +166,7 @@
}
#dHandBookZ > div.title,
#dNewPlantTitle {
text-shadow: 0px 0px 4px #000;
text-shadow: 0px 0px 3px #000, 0px 0px 3px #000;
color: #00d100;
font-size: 35px;
}
Expand Down

0 comments on commit 306f5d6

Please sign in to comment.