mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-24 10:15:37 +03:00
Safari needs this on every element
This commit is contained in:
parent
e13a2feec8
commit
437d721c26
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue