forked from AuroraMiddleware/gtk
9 lines
93 B
CSS
9 lines
93 B
CSS
GtkLabel {
|
|
engine: none;
|
|
text-shadow: 1px 1px red;
|
|
}
|
|
|
|
.no-shadow {
|
|
text-shadow: none
|
|
}
|