Search
 
SCRIPT & CODE EXAMPLE
 

CSS

customize highlight color website

::-moz-selection { 
background-color: #BA9EB0; 
color: #ffffff;
}
::selection {
background-color: #BA9EB0;
color: #ffffff;
}
Comment

how to change highlight color on website

/* Change Selection Text Color When Highlighting */ 

::-moz-selection { background-color: #476f30; 
color: #fff; } 
::selection { background-color: #476f30; 
color: #fff; }
Comment

PREVIOUS NEXT
Code Example
Css :: symfony version check 
Css :: make all images same size css 
Css :: css disable user interaction 
Css :: bring element to front css 
Css :: how to snap the scroll is css 
Css :: background color in css 
Css :: css shadow 
Css :: select box arrow hide css in ie 
Css :: css link 
Css :: div circle 
Css :: No utility classes were detected in your source files. If this is unexpected, double-check the `content` option in your Tailwind CSS configuration. 
Css :: backwards text css 
Css :: prevent screen reader from reading text out loud css 
Css :: center image css 
Css :: drop shadow css 
Css :: css text justify 
Css :: media screen tablet 
Css :: hide title wordpress 
Css :: underlined style for a link 
Css :: ngx-charts css 
Css :: css border botttom 
Css :: how to do text center of select element 
Css :: box shadow transperent 
Css :: text glow effect 
Css :: null vs void 
Css :: codeigniter return last inserted id 
Css :: sass react 
Css :: screen orientation css 
Css :: how to make auto scroll to the end in css 
Css :: 3d button 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =