Inherit line-through color too

This commit is contained in:
Lim Chee Aun 2023-12-27 08:50:23 +08:00
parent b89463d412
commit bc5a4eaf3c

View file

@ -531,6 +531,7 @@
transition: transform 0.1s ease-in-out; */
* {
text-decoration-color: inherit;
text-decoration-thickness: 1.5em;
text-decoration-line: line-through;
text-rendering: optimizeSpeed;