Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

change color to white svg with filter

body {
  background-color: #dadada;
}

.custom-1 {
  filter: invert(0.5);
}

.custom-2 {
  filter:  brightness(0) invert(1);
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #color #white #svg #filter
ADD COMMENT
Topic
Name
7+5 =