mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 16:30:15 +00:00
7 lines
99 B
CSS
7 lines
99 B
CSS
|
@import "reset-to-defaults.css";
|
||
|
|
||
|
GtkLabel {
|
||
|
font-size: 40px;
|
||
|
text-shadow: 20px 20px tomato;
|
||
|
}
|