forked from AuroraMiddleware/gtk
7 lines
99 B
CSS
7 lines
99 B
CSS
|
@import "reset-to-defaults.css";
|
||
|
|
||
|
GtkLabel {
|
||
|
font-size: 40px;
|
||
|
text-shadow: 20px 20px tomato;
|
||
|
}
|