mirror of
https://github.com/xtzws/isaac.run.git
synced 2025-12-17 05:20:31 +01:00
Added text-decoration-style
WebKit doesn't support wavy in text decoration shorthand
This commit is contained in:
parent
52d89aa13b
commit
1b3034ceac
1 changed files with 4 additions and 2 deletions
|
|
@ -19,11 +19,13 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
text-decoration: underline #0E4385 wavy;
|
text-decoration: underline #0E4385;
|
||||||
|
text-decoration-style: wavy;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
text-decoration: underline #C52947 wavy;
|
text-decoration: underline #C52947;
|
||||||
|
text-decoration-style: wavy;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue