From 176ed10fe9243e6004f8a7b47097b040c5ac3305 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Sun, 29 Oct 2017 12:35:41 -0400 Subject: Updates list items to have same style as text when in article --- static/css/weblog.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/css/weblog.css b/static/css/weblog.css index ea65317..8bba4b6 100644 --- a/static/css/weblog.css +++ b/static/css/weblog.css @@ -68,6 +68,12 @@ header h1 { color: #5B636E; } +article > ul > li { + font-size: 18px; + line-height: 28px; + color: #5B636E; +} + /* Navigation */ nav { -- cgit v1.2.3