Files
TheaninovOS/modules/nixos/theming/anyrun.css
2024-04-26 01:46:09 +02:00

8 lines
122 B
CSS

box#main {
background: alpha({{colors.surface.default.hex}}, 0.4);
}
* {
color: {{colors.on_surface.default.hex}};
}