mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
d1e091279c
We need to provide color stops to avoid rounding errors with different shaders. That makes the empty linear gradient somewhat less empty, but I think it's the emptiest we can make it.
11 lines
175 B
Plaintext
11 lines
175 B
Plaintext
linear-gradient {
|
|
stops: 0.2 red,
|
|
0.2 blue,
|
|
0.4 blue,
|
|
0.4 yellow,
|
|
0.6 yellow,
|
|
0.6 lime,
|
|
0.8 lime,
|
|
0.8 teal;
|
|
}
|