From 9f73ca29502064c8c944abf35a111e28311049bf Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sat, 9 May 2020 17:53:55 -0700 Subject: [PATCH] Remove bold font weight on post lists. --- themes/vanilla/assets/scss/style.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/vanilla/assets/scss/style.scss b/themes/vanilla/assets/scss/style.scss index 8e5edf0..1a8852c 100755 --- a/themes/vanilla/assets/scss/style.scss +++ b/themes/vanilla/assets/scss/style.scss @@ -191,8 +191,7 @@ ul.post-list { a.post-title { border-bottom: none; - font-size: 1.3rem; - font-weight: bold; + font-size: 1.4rem; font-family: $font-heading; text-align: center; display: block;