From 80025369d9004b9e8d40f4ab5d717b248eddbf24 Mon Sep 17 00:00:00 2001 From: Shai Coleman Date: Wed, 5 Feb 2025 11:47:48 +0000 Subject: Change font-weight from 300 to normal to improve readability --- data/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/style.scss') diff --git a/data/style.scss b/data/style.scss index 32d2989..c2d54f7 100644 --- a/data/style.scss +++ b/data/style.scss @@ -16,7 +16,7 @@ html { body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; + font-weight: normal; color: var(--text_color); background: var(--background); position: relative; -- cgit v1.2.3