From ad8ff24e1941ebb4482124bf548646fb53ebd8d5 Mon Sep 17 00:00:00 2001 From: Gerhard Gonter <ggonter@gmail.com> Date: Fri, 30 Aug 2024 18:48:07 +0200 Subject: [PATCH] updated chrome for epistemicast.org --- userContent.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/userContent.css b/userContent.css index 4f85b23..6c1f61e 100644 --- a/userContent.css +++ b/userContent.css @@ -6,9 +6,11 @@ } @-moz-document domain(epistemicast.org) { - .h4 { - font-family: serif !important; /* otherwise the text is hard to read */ + /* uses font-family: "Josefin Sans"; which appears light grey on white which makes the text hard to read */ + .h4, h5, .h6, .typology-nav, .typology-pagination a, .typology-button, .typology-button-social { + font-family: serif !important; } + .typology-footer { color: rgb(0, 0, 0) !important; } } @-moz-document domain(distrowatch.com) { -- GitLab