From 122cd0fa737fe349fdd5450f6f6351d91a01ccd6 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Wed, 13 Apr 2022 13:37:30 -0500 Subject: [PATCH] Make font-w weight bolder in blog feed --- resources/blog.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/blog.scss b/resources/blog.scss index 74efe25..bd799d6 100644 --- a/resources/blog.scss +++ b/resources/blog.scss @@ -200,6 +200,7 @@ .title { margin-bottom: 0.2em; + font-weight: 500; } }