fix stroke

This commit is contained in:
Viktor Rådberg
2023-07-06 23:10:34 +02:00
parent 6a2a182a31
commit 1ee3d801c3

View File

@@ -24,7 +24,7 @@ export const CenteredText = styled.div`
transform: translate(-50%, -50%);
font-size: 7vmin;
font-weight: bold;
-webkit-text-stroke: 2px #ffffff; /* Add a 2-pixel black stroke */
-webkit-text-stroke: 0.3vmin #ffffff; /* Add a 2-pixel black stroke */
-webkit-text-fill-color: #000000;
color: #000000;
user-select: none;