forked from AuroraMiddleware/gtk
9 lines
86 B
CSS
9 lines
86 B
CSS
|
GtkNotebook * GtkLabel {
|
||
|
color: blue
|
||
|
}
|
||
|
|
||
|
/* for reference */
|
||
|
#blue {
|
||
|
color: blue
|
||
|
}
|