mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 03:26:17 +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}};
|
|
}
|