From 49aa05054ae13f381381440a9860ce0d68200e80 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Wed, 19 Apr 2023 01:48:07 -0300 Subject: [PATCH] Minor CSS fixes --- css/html_readable_style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/html_readable_style.css b/css/html_readable_style.css index db07442..83fa46b 100644 --- a/css/html_readable_style.css +++ b/css/html_readable_style.css @@ -6,11 +6,12 @@ padding:3em; word-break: break-word; overflow-wrap: anywhere; + color: #efefef !important; } -.container p { +.container p, .container li { font-size: 16px !important; - color: white !important; + color: #efefef !important; margin-bottom: 22px; line-height: 1.4 !important; }