forked from AuroraMiddleware/gtk
5 lines
72 B
CSS
5 lines
72 B
CSS
* {
|
|
background-color: shade(@bg_color, 0.5);
|
|
color: rgb(255,0,0);
|
|
}
|