Aşama 1 :
Veya :
- ekstra.less
Kod:
/** Editor Highlighted Text Colour @ ETERNALTEAM **/
::selection
{
color: red !important;
background: orange !important;
}
/** Editor Highlighted Text Colour @ ETERNALTEAM **/
Veya :
Kod:
/** Editor Highlighted Text Colour @ ETERNALTEAM **/
::selection,
::-moz-selection
{
color: black !important;
background: orange !important;
}
/** Editor Highlighted Text Colour @ ETERNALTEAM **/