9 lines
No EOL
299 B
CSS
9 lines
No EOL
299 B
CSS
/*
|
|
* Css Colors
|
|
* Generated with Matugen
|
|
*/
|
|
@define-color blur_background {{colors.surface.default.rgba | set_alpha: 0.3}};
|
|
@define-color blur_background8 {{colors.surface.default.rgba | set_alpha: 0.8}};
|
|
<* for name, value in colors *>
|
|
@define-color {{name}} {{value.default.hex}};
|
|
<* endfor *> |