Learning_GTK4_tree/testsuite/css/change/test1.css

14 lines
123 B
CSS
Raw Normal View History

2023-12-12 11:36:42 +01:00
/* Just a basic test of the machinery */
box {
color: red;
}
label {
color: green;
}
label.test2 {
color: blue;
}