Below is the css Code to change the default color of the selected text as shown in the below screen shots.
::-moz-selection{ background: #DA3E34; color:#fff; text-shadow: none; }
::selection { background:#DA3E34; color:#fff; text-shadow: none; }
No comments:
Post a Comment