fix for retarded new Firefox underline style - firefox-fix-web - Firefox extension: fix web
HTML git clone git://git.codemadness.org/firefox-fix-web
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 6a383f525bef72c07d8831ea72df300a6ba4f740
DIR parent fba6d30d36b4ca0757a9da9c7f2f556d38191146
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 9 Nov 2019 20:55:11 +0100
fix for retarded new Firefox underline style
Diffstat:
M extension/global/anim.css | 5 +++++
1 file changed, 5 insertions(+), 0 deletions(-)
---
DIR diff --git a/extension/global/anim.css b/extension/global/anim.css
@@ -1,3 +1,8 @@
+/* fix insane underline style */
+* {
+ text-decoration-skip-ink: none !important;
+}
+
html {
display: block !important;
}