From 462455b5565dff48dcbe3e1afee1f18de478b2b6 Mon Sep 17 00:00:00 2001
From: Gerhard Gonter <ggonter@gmail.com>
Date: Mon, 4 Feb 2019 15:12:59 +0100
Subject: [PATCH] added domm.plix.at

---
 README.md       | 9 ++++++++-
 userContent.css | 5 +++++
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f79ed20..45fa8b3 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,10 @@
 # firefox-chrome
-chrome directory for firefox
 
+chrome directory for firefox to override bad CSS
+
+## References
+
+- [1] http://superuser.com/questions/318912/how-to-override-the-css-of-a-site-in-firefox-with-usercontent-css
+- [2] https://ffeathers.wordpress.com/2013/03/10/how-to-override-css-stylesheets-in-firefox/
+- [3] http://stackoverflow.com/questions/1461077/how-do-i-remove-background-image-in-css
+- [4] http://thebarnharts.com/firefoxcssoverride.asp
diff --git a/userContent.css b/userContent.css
index cd1e9f7..51139a3 100644
--- a/userContent.css
+++ b/userContent.css
@@ -84,3 +84,8 @@
     width: calc(100% - 220px) !important; /* 220px is nav bar with style #inner-left */
   }
 }
+
+@-moz-document domain(www.p-m-a.atx.at) {
+/* bad colour contrast */
+  body{ background-color: #FFFFFF !important; background: none; }
+}
-- 
GitLab