From 9e9f5921c728f6e75b00647772509f0e6c5a9c74 Mon Sep 17 00:00:00 2001
From: Gerhard Gonter <ggonter@gmail.com>
Date: Mon, 4 Feb 2019 15:36:11 +0100
Subject: [PATCH] make plix.domm.at readable again

---
 userContent.css | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/userContent.css b/userContent.css
index 51139a3..c7f2ab4 100644
--- a/userContent.css
+++ b/userContent.css
@@ -85,7 +85,20 @@
   }
 }
 
-@-moz-document domain(www.p-m-a.atx.at) {
+@-moz-document domain(domm.plix.at) {
 /* bad colour contrast */
-  body{ background-color: #FFFFFF !important; background: none; }
+  body{
+    background-color: #EEEEEE !important; background: none;
+    color: #000000 !important;
+  }
+  .box{
+    background-color: #FFFFFF !important;
+  }
+  .ibox{
+    background-color: #FFFFFF !important;
+  }
+  a:link    {color: #0000FF !important; text-decoration: none; font-weight: bold}
+  a:visited {color: #000088 !important; text-decoration: none; font-weight: bold}
+  a:active  {color: #0000FF !important; text-decoration: none; font-weight: bold}
+  a:hover   {color: #0000FF !important; text-decoration: none; font-weight: bold}
 }
-- 
GitLab