Ok now i try this new trick....
But anyway i have solved my problem!
tnxs to najgori i have search on google -webkit-text-fill-color and I’ve find a solution: simple add this sting (only string) on my css:
.title
-webkit-text-fill-color: #bd2716;
and on html <p class=“title”>
or more simple add the string directly on <p style=“-webkit-text-fill-color: #bd2716”
and this work on normal mode and on night mode!!!
|