mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
3c26aef826
Use a custom, empty theme and stop importing reset-to-defaults.css. This avoids overwriting initial values, so our initial value filtering works better.
10 lines
94 B
CSS
10 lines
94 B
CSS
box {
|
|
color: red;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
label#label1 {
|
|
color: initial;
|
|
opacity: inherit;
|
|
}
|