mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
22 lines
209 B
CSS
22 lines
209 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
* {
|
|
color: blue;
|
|
}
|
|
|
|
.notebook tab GtkLabel {
|
|
color: blue
|
|
}
|
|
.notebook tab tab GtkLabel {
|
|
color: red
|
|
}
|
|
|
|
/* for reference */
|
|
#blue {
|
|
color: blue
|
|
}
|
|
|
|
#red {
|
|
color: red
|
|
}
|