From a389680b6b635ed97e049d021c48f0992a292a76 Mon Sep 17 00:00:00 2001 From: Gerhard Gonter <ggonter@gmail.com> Date: Thu, 22 Jun 2017 15:04:16 +0200 Subject: [PATCH] readability on backend.univie.ac.at --- userContent.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/userContent.css b/userContent.css index 4851577..8ed5d6b 100644 --- a/userContent.css +++ b/userContent.css @@ -8,6 +8,10 @@ body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ } } +@-moz-document domain(backend.univie.ac.at) { + body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ } +} + @-moz-document domain(old-phaidra.univie.ac.at) { body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ } #wrapper{ -- GitLab