diff --git a/css/html_readable_style.css b/css/html_readable_style.css index db074423..83fa46b5 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; }