1
0
Fork 0

Safari needs this on every element

This commit is contained in:
Lim Chee Aun 2023-12-28 15:23:47 +08:00
parent e13a2feec8
commit 437d721c26

View file

@ -554,6 +554,13 @@
text-rendering: optimizeSpeed;
pointer-events: none;
user-select: none;
* {
text-decoration-color: inherit;
text-decoration-thickness: 1.5em;
text-decoration-line: line-through;
text-rendering: optimizeSpeed;
}
}
}