Learning_GTK4_tree/testsuite/reftests/label-shadows.css
2023-12-12 11:36:42 +01:00

7 lines
75 B
CSS

label {
text-shadow: 1px 1px red;
}
.no-shadow {
text-shadow: none;
}