instagram.css/src/_ashby.scss
2017-12-25 20:40:44 +08:00

11 lines
190 B
SCSS

// Ashby Filter
.filter-ashby {
filter: sepia(.5) contrast(1.2) saturate(1.8);
&::before {
background: rgba(125, 105, 24, .35);
content: "";
mix-blend-mode: lighten;
}
}