mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 07:04:29 +00:00
18 lines
184 B
CSS
18 lines
184 B
CSS
|
@import "reset-to-defaults.css";
|
||
|
|
||
|
* {
|
||
|
color: blue;
|
||
|
}
|
||
|
|
||
|
.notebook tab GtkLabel {
|
||
|
color: blue
|
||
|
}
|
||
|
.notebook tab tab GtkLabel {
|
||
|
color: red
|
||
|
}
|
||
|
|
||
|
/* for reference */
|
||
|
#red {
|
||
|
color: red
|
||
|
}
|