Skip to content

Commit

Permalink
fix shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonTDM committed Jul 25, 2024
1 parent 520cd3c commit df6117d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions game/Custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@
}
#dHandBookZombieName {
color: #06bd00 !important;
/* text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1),
text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1),
-1px -1.5px 0px rgba(0, 0, 0, 0.7) !important;
*/
text-shadow: #2e293e -1px -2px, #2e293e -2px 0px, #37354b 1px -2px,
#757692 2px 0px, #757692 1px 2px, #757692 2px 2px !important;

/* text-shadow: #2e293e -1px -2px, #2e293e -2px 0px, #37354b 1px -2px,
#757692 2px 0px, #757692 1px 2px, #757692 2px 2px !important; */
font-size: x-large !important;
/* -webkit-text-stroke: 0.2px rgb(0 0 0 / 27%) !important; */
margin-left: -10px !important;
Expand Down Expand Up @@ -130,11 +130,11 @@
color: #d0932b !important;
font-family: dwarventodcraft !important;
text-transform: uppercase;
/* text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1),
text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1),
-1px -1.5px 0px rgba(0, 0, 0, 0.7) !important;
*/
text-shadow: #2e293e -1px -2px, #2e293e -2px 0px, #37354b 1px -2px,
#757692 2px 0px, #757692 1px 2px, #757692 2px 2px !important;

/* text-shadow: #2e293e -1px -2px, #2e293e -2px 0px, #37354b 1px -2px,
#757692 2px 0px, #757692 1px 2px, #757692 2px 2px !important; */
-webkit-text-stroke: 0.2px rgb(0 0 0 / 27%) !important;
margin-top: -23px;
}
Expand All @@ -153,11 +153,11 @@
}
#dHandBookPlantName {
color: #d0932b !important;
/* text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1),
text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1),
-1px -1.5px 0px rgba(0, 0, 0, 0.7) !important;
*/
text-shadow: #2e293e -1px -2px, #2e293e -2px 0px, #37354b 1px -2px,
#757692 2px 0px, #757692 1px 2px, #757692 2px 2px !important;

/* text-shadow: #2e293e -1px -2px, #2e293e -2px 0px, #37354b 1px -2px,
#757692 2px 0px, #757692 1px 2px, #757692 2px 2px !important; */
font-size: x-large !important;
-webkit-text-stroke: 0.2px rgb(0 0 0 / 27%) !important;
margin-left: -10px !important;
Expand Down

0 comments on commit df6117d

Please sign in to comment.