forked from AuroraMiddleware/gtk
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;
|
|
}
|