12 lines
156 B
CSS
12 lines
156 B
CSS
|
window {
|
||
|
background: darkred; /* should never be seen */
|
||
|
}
|
||
|
|
||
|
GtkBox {
|
||
|
background: red; /* should also never be seen */
|
||
|
}
|
||
|
|
||
|
label {
|
||
|
background: green;
|
||
|
}
|