From 11bf2492c27f97e412a1f572c286b59999345f0c Mon Sep 17 00:00:00 2001 From: hazycora Date: Thu, 3 Aug 2023 02:10:55 -0500 Subject: [PATCH] edit font weights --- assets/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 7191a09..2c56b2d 100644 --- a/assets/style.css +++ b/assets/style.css @@ -90,11 +90,13 @@ p { align-items: center; gap: 0.75rem; font-size: 2.5rem; + font-weight: 600; color: #aeb3d0; } .repo .author .username { font-size: 1.75rem; + font-weight: 400; color: #6d728f; } @@ -160,5 +162,5 @@ p { .fact-heading { color: #8c91af; font-size: 2rem; - font-weight: 500; + font-weight: 600; }