mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-17 15:51:51 +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;
|
text-rendering: optimizeSpeed;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
||||||
|
* {
|
||||||
|
text-decoration-color: inherit;
|
||||||
|
text-decoration-thickness: 1.5em;
|
||||||
|
text-decoration-line: line-through;
|
||||||
|
text-rendering: optimizeSpeed;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue