diff --git a/sass/_article-list.scss b/sass/_article-list.scss index d4d02ea..da237e5 100644 --- a/sass/_article-list.scss +++ b/sass/_article-list.scss @@ -126,7 +126,7 @@ border-radius: 999px; padding: 0.5rem 0.75rem; font-weight: bold; - line-height: normal; + line-height: 1.25; .icon { vertical-align: -0.125em; diff --git a/sass/_buttons.scss b/sass/_buttons.scss index ddbe21a..b4353cf 100644 --- a/sass/_buttons.scss +++ b/sass/_buttons.scss @@ -20,7 +20,7 @@ color: var(--fg-color); font-weight: bold; font-size: 0.875rem; - line-height: normal; + line-height: 1.25; text-decoration: none; &:hover { diff --git a/sass/_code.scss b/sass/_code.scss index b48b15f..df25bdb 100644 --- a/sass/_code.scss +++ b/sass/_code.scss @@ -23,7 +23,7 @@ pre { padding: 1rem; max-width: 100vw; overflow: auto; - line-height: normal; + line-height: 1.25; table { box-shadow: none; diff --git a/sass/_comments.scss b/sass/_comments.scss index ddc9711..fe3c5b4 100644 --- a/sass/_comments.scss +++ b/sass/_comments.scss @@ -88,7 +88,7 @@ padding: 0.25rem 0.75rem; color: var(--fg-color); font-size: 0.875rem; - line-height: normal; + line-height: 1.25; text-decoration: none; &:hover { diff --git a/sass/_footer.scss b/sass/_footer.scss index 865e672..b0a3ca9 100644 --- a/sass/_footer.scss +++ b/sass/_footer.scss @@ -23,7 +23,7 @@ li { display: flex; - line-height: normal; + line-height: 1.25; list-style: none; a { @@ -31,6 +31,7 @@ border-radius: 999px; padding: 0.5rem 0.75rem; color: var(--fg-muted-4); + line-height: 1.25; text-decoration: none; &:hover { diff --git a/sass/_nav.scss b/sass/_nav.scss index acc1d2e..b98894b 100644 --- a/sass/_nav.scss +++ b/sass/_nav.scss @@ -28,7 +28,7 @@ background-color: var(--nav-bg); padding: 0.5rem 0.75rem; pointer-events: none; - line-height: normal; + line-height: 1.25; text-decoration: none; &:focus { @@ -48,7 +48,7 @@ li { display: flex; - line-height: normal; + line-height: 1.25; list-style: none; &#home { @@ -100,6 +100,7 @@ border-radius: 999px; padding: 0.5rem 0.75rem; color: var(--fg-muted-4); + line-height: 1.25; text-decoration: none; &:hover { @@ -306,7 +307,7 @@ padding: 0.5rem; a { - line-height: normal; + line-height: 1.25; &::after { content: " →"; diff --git a/sass/_post-nav.scss b/sass/_post-nav.scss index c5cfba4..6a89418 100644 --- a/sass/_post-nav.scss +++ b/sass/_post-nav.scss @@ -50,7 +50,7 @@ margin-bottom: 0.5rem; color: var(--fg-muted-5); font-weight: normal; - line-height: normal; + line-height: 1.25; } .post-title { diff --git a/sass/_pre-container.scss b/sass/_pre-container.scss index addad43..ac762d6 100644 --- a/sass/_pre-container.scss +++ b/sass/_pre-container.scss @@ -15,7 +15,7 @@ margin-inline-start: 0.75rem; color: var(--fg-muted-5); font-weight: bold; - line-height: normal; + line-height: 1.25; } button { diff --git a/sass/_statements.scss b/sass/_statements.scss index bfdcf0a..0a11d21 100644 --- a/sass/_statements.scss +++ b/sass/_statements.scss @@ -20,7 +20,7 @@ .big { font-size: 1.5rem; - line-height: normal; + line-height: 1.25; .icon { margin-inline-end: 0.375rem; diff --git a/sass/_tags.scss b/sass/_tags.scss index 983880e..7f01a6d 100644 --- a/sass/_tags.scss +++ b/sass/_tags.scss @@ -13,7 +13,7 @@ li { display: inline-flex; transition: var(--transition); - line-height: normal; + line-height: 1.25; &:active { transform: scale(var(--active)); diff --git a/sass/_typography.scss b/sass/_typography.scss index 7be2ccd..4d90d02 100644 --- a/sass/_typography.scss +++ b/sass/_typography.scss @@ -8,7 +8,7 @@ h6 { text-wrap: balance; margin: 2rem 0 1rem; font-weight: lighter; - line-height: normal; + line-height: 1.25; font-family: var(--font-antique); letter-spacing: -0.05em; } @@ -142,7 +142,7 @@ kbd { background-color: var(--fg-muted-2); padding: 0.125rem 0.375rem; font-size: 0.875em; - line-height: normal; + line-height: 1.25; // Small nice thingy, keys can be pressed! &:active { @@ -221,6 +221,6 @@ details { summary { cursor: pointer; - line-height: normal; + line-height: 1.25; } }