mirror of
https://github.com/xtzws/isaac.run.git
synced 2025-12-17 05:20:31 +01:00
Removed text-decoration shorthand
WebKit needs to step up their game
This commit is contained in:
parent
1b3034ceac
commit
603c1a9072
1 changed files with 4 additions and 2 deletions
|
|
@ -19,12 +19,14 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
text-decoration: underline #0E4385;
|
text-decoration-line: underline;
|
||||||
|
text-decoration-color: #0E4385;
|
||||||
text-decoration-style: wavy;
|
text-decoration-style: wavy;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
text-decoration: underline #C52947;
|
text-decoration-line: underline;
|
||||||
|
text-decoration-color: #C52947;
|
||||||
text-decoration-style: wavy;
|
text-decoration-style: wavy;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue