6 lines
361 B
CSS
6 lines
361 B
CSS
@define-color background {{colors.background.default.rgba | set_alpha: 0.7}};
|
|
@define-color primary {{colors.primary.default.hex}};
|
|
@define-color secondary {{colors.secondary.default.hex | set_lightness: -30.0}};
|
|
@define-color tertiary {{colors.tertiary.default.hex | set_lightness: -30.0}};
|
|
@define-color surface_bright {{colors.surface_bright.default.hex}};
|