We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f437468 commit a4854c7Copy full SHA for a4854c7
src/game.css
@@ -103,10 +103,8 @@
103
font-size: 60px;
104
font-family: "Trebuchet MS", sans-serif;
105
font-weight: bold;
106
- /* text gradient */
107
background: linear-gradient(90deg, #ffa229, #ff6f61);
108
- -webkit-background-clip: text;
109
- -webkit-text-fill-color: transparent;
+ background-clip: text;
110
color: transparent;
111
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
112
pointer-events: none;
0 commit comments