mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
3b08ba24b3
The reftest still passes, since the code still works, but we might as well test what we claim to test.
7 lines
99 B
CSS
7 lines
99 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
GtkLabel {
|
|
font-size: 40px;
|
|
text-shadow: 20px 20px tomato;
|
|
}
|