Learning_GTK4_tree/testsuite/reftests/label-shadows.css

8 lines
75 B
CSS
Raw Normal View History

2023-12-12 11:36:42 +01:00
label {
text-shadow: 1px 1px red;
}
.no-shadow {
text-shadow: none;
}