mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 23:10:22 +00:00
5 lines
73 B
CSS
5 lines
73 B
CSS
|
* {
|
||
|
background-color: shade (@bg_color, 0.5);
|
||
|
color: rgb(255,0,0);
|
||
|
}
|