Added text-decoration-style

WebKit doesn't support wavy in text decoration shorthand
This commit is contained in:
xtzws 2025-04-20 11:42:12 -04:00 committed by GitHub
parent 52d89aa13b
commit 1b3034ceac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,11 +19,13 @@ body {
}
h1 {
text-decoration: underline #0E4385 wavy;
text-decoration: underline #0E4385;
text-decoration-style: wavy;
}
h2 {
text-decoration: underline #C52947 wavy;
text-decoration: underline #C52947;
text-decoration-style: wavy;
}
p {