mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Inherit line-through color too
This commit is contained in:
parent
b89463d412
commit
bc5a4eaf3c
1 changed files with 1 additions and 0 deletions
|
@ -531,6 +531,7 @@
|
||||||
transition: transform 0.1s ease-in-out; */
|
transition: transform 0.1s ease-in-out; */
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
text-decoration-color: inherit;
|
||||||
text-decoration-thickness: 1.5em;
|
text-decoration-thickness: 1.5em;
|
||||||
text-decoration-line: line-through;
|
text-decoration-line: line-through;
|
||||||
text-rendering: optimizeSpeed;
|
text-rendering: optimizeSpeed;
|
||||||
|
|
Loading…
Reference in a new issue