From 9b501013c1fca04ae4ac52a4c6a99250983af572 Mon Sep 17 00:00:00 2001 From: Gerhard Gonter <ggonter@gmail.com> Date: Fri, 16 Aug 2024 18:42:05 +0200 Subject: [PATCH] added epistemicast.org --- userContent.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/userContent.css b/userContent.css index a1ac827..4f85b23 100644 --- a/userContent.css +++ b/userContent.css @@ -5,6 +5,12 @@ * { font-family: serif !important; } } +@-moz-document domain(epistemicast.org) { + .h4 { + font-family: serif !important; /* otherwise the text is hard to read */ + } +} + @-moz-document domain(distrowatch.com) { .cc_banner-wrapper{visibility: hidden} /* hide cookie banner */ /* does not work: td.News{visibility: hidden} */ /* hide annoying clips */ -- GitLab