edit font weights

This commit is contained in:
hazycora 2023-08-03 02:10:55 -05:00
parent ff48d782c3
commit 11bf2492c2
No known key found for this signature in database
GPG key ID: 215AF1F81F86940E

View file

@ -90,11 +90,13 @@ p {
align-items: center; align-items: center;
gap: 0.75rem; gap: 0.75rem;
font-size: 2.5rem; font-size: 2.5rem;
font-weight: 600;
color: #aeb3d0; color: #aeb3d0;
} }
.repo .author .username { .repo .author .username {
font-size: 1.75rem; font-size: 1.75rem;
font-weight: 400;
color: #6d728f; color: #6d728f;
} }
@ -160,5 +162,5 @@ p {
.fact-heading { .fact-heading {
color: #8c91af; color: #8c91af;
font-size: 2rem; font-size: 2rem;
font-weight: 500; font-weight: 600;
} }