From d7e0717dc4d221ce51445593e40bab780e196097 Mon Sep 17 00:00:00 2001 From: Gerhard Gonter <ggonter@gmail.com> Date: Mon, 8 Aug 2022 16:27:29 +0200 Subject: [PATCH] make datafari.com readable --- userContent.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/userContent.css b/userContent.css index be171c4..b236fe3 100644 --- a/userContent.css +++ b/userContent.css @@ -7,6 +7,10 @@ /* does not work: @-moz-document domain(zeit.de) { .consent{visibility: hidden} } */ +@-moz-document domain(www.datafari.com) { + body{ font-weight: 400 !important; color: #000000 !important; } +} + @-moz-document domain(medienportal.univie.ac.at) { body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ } } -- GitLab