mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-11 02:56:27 +00:00
8 lines
122 B
CSS
8 lines
122 B
CSS
box#main {
|
|
background: alpha({{colors.surface.default.hex}}, 0.4);
|
|
}
|
|
|
|
* {
|
|
color: {{colors.on_surface.default.hex}};
|
|
}
|