7 lines
83 B
SCSS
7 lines
83 B
SCSS
// Coloriser
|
|
|
|
.green {
|
|
background-blend-mode: screen;
|
|
background-color: green;
|
|
}
|