4 lines
33 B
SCSS
Raw Normal View History

2020-09-13 19:51:28 +01:00
@mixin dimmed {
opacity: .6;
}