mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-19 01:08:00 +00:00
fix stroke
This commit is contained in:
@@ -24,7 +24,7 @@ export const CenteredText = styled.div`
|
|||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
font-size: 7vmin;
|
font-size: 7vmin;
|
||||||
font-weight: bold;
|
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;
|
-webkit-text-fill-color: #000000;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user