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;