From 98c204d96363d64340ddd1b36da52cd8b9922383 Mon Sep 17 00:00:00 2001
From: Gerhard Gonter <ggonter@gmail.com>
Date: Thu, 13 Jul 2023 15:35:22 +0200
Subject: [PATCH] reduce waste on phaidra.kug.ac.at

---
 userContent.css | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/userContent.css b/userContent.css
index 994e109..a1ac827 100644
--- a/userContent.css
+++ b/userContent.css
@@ -34,6 +34,20 @@
     }
 }
 
+@-moz-document domain(phaidra.kug.ac.at) {
+    body{
+      font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */
+      color: rgb(0,0,0);
+    }
+    .flex-70{
+      max-width: 98% !important; /* 70% is a waste of screen real estate */
+      flex: 1 1 98% !important;
+    }
+    #tab{
+      width: 98% !important; /* 85% is waste ... */
+    }
+}
+
 @-moz-document domain(backend.univie.ac.at) {
     body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ }
 }
-- 
GitLab