From 55997029330ceb7133bee2bbb241d9a49856975f Mon Sep 17 00:00:00 2001 From: Samuel Diethelm Date: Sat, 18 Aug 2018 15:17:55 +0200 Subject: [PATCH] added article li less color --- dev/style.less | 4 ++++ style.css | 3 +++ 2 files changed, 7 insertions(+) diff --git a/dev/style.less b/dev/style.less index 85318ae..07f4b76 100644 --- a/dev/style.less +++ b/dev/style.less @@ -363,6 +363,10 @@ article { color: @text-color; } + li { + color: @text-color; + } + img { width: 100%; height: auto; diff --git a/style.css b/style.css index 23ee467..c9afa8e 100644 --- a/style.css +++ b/style.css @@ -564,6 +564,9 @@ article .the-content a { article .the-content p { color: #787878; } +article .the-content li { + color: #787878; +} article .the-content img { width: 100%; height: auto;