mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-10 04:30:11 +00:00
9 lines
93 B
CSS
9 lines
93 B
CSS
|
* {
|
||
|
font: Monospace 12;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
GtkPaned GtkEventBox {
|
||
|
background-color: pink
|
||
|
}
|