From bf3b63f232298691762295150c302f8a4fa67cda Mon Sep 17 00:00:00 2001 From: Gerhard Gonter <ggonter@gmail.com> Date: Fri, 27 Sep 2019 14:19:24 +0200 Subject: [PATCH] added phaidra-temp.univie.ac.at --- userContent.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/userContent.css b/userContent.css index 3a75c5a..97e7682 100644 --- a/userContent.css +++ b/userContent.css @@ -60,6 +60,14 @@ } } +@-moz-document domain(phaidra-temp.univie.ac.at) { + body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ } + .flex-70{ + max-width: 98% !important; /* 70% is a waste of screen real estate */ + flex: 1 1 98% !important; + } +} + @-moz-document domain(xxx-phaidra-entw.univie.ac.at) { body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ } .flex-70{ -- GitLab