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