mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
3b40d95581
According to css specs, the serialization is supposed to be all lowercase.
24 lines
202 B
CSS
24 lines
202 B
CSS
a {
|
|
text-shadow: initial;
|
|
}
|
|
|
|
b {
|
|
text-shadow: inherit;
|
|
}
|
|
|
|
c {
|
|
text-shadow: unset;
|
|
}
|
|
|
|
d {
|
|
text-shadow: none;
|
|
}
|
|
|
|
e {
|
|
text-shadow: 0 5em currentcolor;
|
|
}
|
|
|
|
f {
|
|
text-shadow: 5px 3mm rgb(0,0,0);
|
|
}
|