From 8a45faf23fa8de6f629fd33e93483ef3304d09f7 Mon Sep 17 00:00:00 2001 From: Felix Dollack Date: Wed, 31 May 2017 21:32:16 +0900 Subject: [PATCH] let have list items the same text size and text color as regular text --- static/css/weblog.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/css/weblog.css b/static/css/weblog.css index ea65317..533952a 100644 --- a/static/css/weblog.css +++ b/static/css/weblog.css @@ -68,6 +68,12 @@ header h1 { color: #5B636E; } +ul > li { + font-size: 18px; + line-height: 28px; + color: #5B636E; +} + /* Navigation */ nav {