From dd3f938b59fcc325c99ac86c1cd30064f1901826 Mon Sep 17 00:00:00 2001
From: Gerhard Gonter <ggonter@gmail.com>
Date: Tue, 21 Feb 2017 14:11:06 +0100
Subject: [PATCH] another example of bad web design

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

diff --git a/userContent.css b/userContent.css
index f579746..5d398f6 100644
--- a/userContent.css
+++ b/userContent.css
@@ -4,6 +4,10 @@
     body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ }
 }
 
+@-moz-document domain(www.univie.ac.at) {
+    body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ }
+}
+
 @-moz-document domain(www.p-m-a.at) {
 /* this is a nice example for really bad web design: dark grey background with slightly darker grey letters */
   body{ background-color: #FFFFFF !important; background: none; }
-- 
GitLab