diff --git a/sass/_comments.scss b/sass/_comments.scss index d2941c2..dbc3071 100644 --- a/sass/_comments.scss +++ b/sass/_comments.scss @@ -56,7 +56,7 @@ section#comments { .author { align-items: center; display: flex; - font-weight: 600; + font-weight: bold; gap: 0.25rem; grid-area: name; diff --git a/sass/_main.scss b/sass/_main.scss index 6b72f46..d81bd75 100644 --- a/sass/_main.scss +++ b/sass/_main.scss @@ -52,7 +52,7 @@ body { @keyframes highlight-in-out { 50% { color: var(--primary-color); - font-weight: 800; + font-weight: bolder; } } } @@ -71,7 +71,7 @@ h4, h5, h6 { font-family: Superclarendon, "Bookman Old Style", "URW Bookman", "URW Bookman L", "Georgia Pro", Georgia, serif; - font-weight: 200; + font-weight: lighter; line-height: 1.25; margin: 3rem 0 1rem; @@ -89,7 +89,7 @@ h6 { h1 { font-size: 3rem; - font-weight: 400; + font-weight: normal; letter-spacing: -0.15rem; } @@ -120,7 +120,7 @@ h6 { a { color: var(--primary-color); cursor: pointer; - font-weight: 600; + font-weight: bold; text-decoration: underline dotted; &:hover { diff --git a/sass/_post-nav.scss b/sass/_post-nav.scss index d63a211..175e5ee 100644 --- a/sass/_post-nav.scss +++ b/sass/_post-nav.scss @@ -21,7 +21,7 @@ } .nav-arrow { - font-weight: 400; + font-weight: normal; color: var(--fg-muted-5); margin-bottom: 0.5rem; }