Skip to content

Commit a4854c7

Browse files
fix: update score display styles by removing redundant properties
1 parent f437468 commit a4854c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/game.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,8 @@
103103
font-size: 60px;
104104
font-family: "Trebuchet MS", sans-serif;
105105
font-weight: bold;
106-
/* text gradient */
107106
background: linear-gradient(90deg, #ffa229, #ff6f61);
108-
-webkit-background-clip: text;
109-
-webkit-text-fill-color: transparent;
107+
background-clip: text;
110108
color: transparent;
111109
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
112110
pointer-events: none;

0 commit comments

Comments
 (0)