mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
24 lines
237 B
CSS
24 lines
237 B
CSS
|
a {
|
||
|
text-decoration-style: initial;
|
||
|
}
|
||
|
|
||
|
b {
|
||
|
text-decoration-style: inherit;
|
||
|
}
|
||
|
|
||
|
c {
|
||
|
text-decoration-style: unset;
|
||
|
}
|
||
|
|
||
|
d {
|
||
|
text-decoration-style: solid;
|
||
|
}
|
||
|
|
||
|
e {
|
||
|
text-decoration-style: double;
|
||
|
}
|
||
|
|
||
|
f {
|
||
|
text-decoration-style: wavy;
|
||
|
}
|