From 36d1ff07d39fe0953f9b9caea934e6c8bc338acb Mon Sep 17 00:00:00 2001 From: Matthias Portzel Date: Fri, 15 Sep 2023 10:59:09 -0400 Subject: [PATCH] Bump font-weight to 400 from 100 --- thoughts/static/thoughts/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thoughts/static/thoughts/main.css b/thoughts/static/thoughts/main.css index e1b7c7c..54a6753 100644 --- a/thoughts/static/thoughts/main.css +++ b/thoughts/static/thoughts/main.css @@ -191,7 +191,7 @@ h1, h1 a { overflow: auto; font-size: 14px; color: var(--accent-color); - font-weight: 100; + font-weight: 400; margin-top: 16px; } @@ -294,7 +294,7 @@ header#main-header { } .nav a, .nav a:visited { - font-weight: 100; + font-weight: 400; color: var(--accent-color); }