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; }