mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 01:00:28 +00:00
15570dd63d
What used to be "green" is now "lime"
20 lines
184 B
CSS
20 lines
184 B
CSS
* + *,
|
|
#red {
|
|
color: red
|
|
}
|
|
|
|
* ~ * ~ GtkLabel,
|
|
#lime {
|
|
color: lime;
|
|
}
|
|
|
|
* ~ * + GtkLabel ~ *,
|
|
#blue {
|
|
color: blue;
|
|
}
|
|
|
|
* + GtkLabel ~ * ~ GtkLabel + *,
|
|
#purple {
|
|
color: purple;
|
|
}
|