I am facing an issue with the appearance of text highlighting between Chrome and Firefox browsers.
Is there a way to ensure consistency in the appearance across all browsers?
a {
text-decoration: none;
font-weight: 900;
font-size: 4vw !important;
text-transform: capitalize !important;
color: #0a0e0f !important;
text-align: center !important;
background: lightgrey !important;
-webkit-text-stroke: 1.9vw transparent;
-webkit-background-clip: text !important;
padding-right:2vw;
padding-left:2vw;
font-style: italic !important;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
div {
display: flex;
flex-direction: row;
justify-content: center;
}
body {
background: grey;
}
<div><a href="https://utopistlist.com/edible-wild-plants/">Less Known But Common Edible Wild Plants</a></div>