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