Learning_GTK4_tree/demos/constraint-editor/constraint-editor.css
2023-12-12 11:36:42 +01:00

12 lines
149 B
CSS

constraintview {
background: black;
color: white;
}
constraintview .child {
background: red;
}
constraintview .guide {
background: blue;
}