forked from AuroraMiddleware/gtk
f48b30c13a
ow that labels can have backgrounds, just use label backgrounds
9 lines
90 B
CSS
9 lines
90 B
CSS
* {
|
|
font: Monospace 12;
|
|
padding: 0;
|
|
}
|
|
|
|
GtkPaned GtkLabel {
|
|
background-color: pink
|
|
}
|