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 :: css table th width 
Css :: justify second line of ul 
Css :: css z index 
Css :: css grid properties 
Css :: background image opacity css 
Css :: jquery replace css class 
Css :: how to remove css from element using jquery 
Css :: css background overlay 
Css :: star required css 
Css :: CSS technique for a horizontal line with icons in the middle 
Css :: how to hide scrollbar in tailwind css 
Css :: media query for max width and height 
Css :: add drop shadow css 
Css :: css flex bottom 
Css :: css absolute position inside div 
Css :: sass folder structure 
Css :: Setting paragraph margin to 0 
Css :: change bg color on hover 
Css :: had to add a tint to a picture on css 
Css :: background linear gradient opacity css 
Css :: wordpress https to localhost http 
Css :: box shadow all sides 
Css :: hr vertical en html 
Css :: hide in css 
Css :: open sublime text 3 from terminal mac 
Css :: style textarea in css 
Css :: hiding text outside of border css 
Css :: blur background image css 
Css :: css comment placer un icon sur une photo 
Css :: css animations 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =