I am making a Cordova app. The Problem is my text has a white outline which doesn't look good.
I have a div
with background-color: yellow;
. Inside the div
, I have written some text. The problem is that the text has a white outline. I want to remove that. Any Suggestions?
Thanks.