Removed text-decoration shorthand

WebKit needs to step up their game
This commit is contained in:
xtzws 2025-04-20 11:44:55 -04:00 committed by GitHub
parent 1b3034ceac
commit 603c1a9072
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,12 +19,14 @@ body {
}
h1 {
text-decoration: underline #0E4385;
text-decoration-line: underline;
text-decoration-color: #0E4385;
text-decoration-style: wavy;
}
h2 {
text-decoration: underline #C52947;
text-decoration-line: underline;
text-decoration-color: #C52947;
text-decoration-style: wavy;
}