Introduction
Introduction Statistics Contact Development Disclaimer Help
fix for retarded new Firefox underline style - firefox-fix-web - Firefox extens…
git clone git://git.codemadness.org/firefox-fix-web
Log
Files
Refs
README
LICENSE
---
commit 6a383f525bef72c07d8831ea72df300a6ba4f740
parent fba6d30d36b4ca0757a9da9c7f2f556d38191146
Author: Hiltjo Posthuma <[email protected]>
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(-)
---
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;
}
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.