From a93394c97d77de403179e322acdc2da8218f957e Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sun, 20 Mar 2022 14:48:40 -0400 Subject: [PATCH] Tweak font weights --- site/css/main.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/css/main.scss b/site/css/main.scss index 31c7ea0..f22ab5c 100644 --- a/site/css/main.scss +++ b/site/css/main.scss @@ -151,7 +151,7 @@ body { .rss { margin-top: 0; font-size: 0.75rem; - font-weight: lighter; + font-weight: 300; color: var(--secondary-ui-text-color); } } @@ -190,7 +190,7 @@ article { .article-meta { margin-top: 0; font-size: 0.9rem; - font-weight: lighter; + font-weight: 300; color: var(--secondary-ui-text-color); a { text-decoration: underline; }