forked from AuroraMiddleware/gtk
9 lines
93 B
CSS
9 lines
93 B
CSS
|
* {
|
||
|
font: Monospace 12;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
GtkPaned GtkEventBox {
|
||
|
background-color: pink
|
||
|
}
|