mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 15:01:23 +00:00
20 lines
350 B
CSS
20 lines
350 B
CSS
|
a {
|
||
|
background-blend-mode: initial;
|
||
|
}
|
||
|
|
||
|
b {
|
||
|
background-blend-mode: inherit;
|
||
|
}
|
||
|
|
||
|
c {
|
||
|
background-blend-mode: unset;
|
||
|
}
|
||
|
|
||
|
d {
|
||
|
background-blend-mode: normal;
|
||
|
}
|
||
|
|
||
|
e {
|
||
|
background-blend-mode: color-burn, color-dodge, color, darken, difference, exclusion, hard-light, hue, lighten, luminosity, multiply, normal, overlay, saturate, screen, soft-light;
|
||
|
}
|