diff --git a/_layouts/post.html b/_layouts/post.html index 2ba50fa..dbac216 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -36,8 +36,12 @@ layout: default {% if page.image %} {{page.image-alt | page.description | escape }} @@ -90,6 +94,8 @@ layout: default padding: 1em; width: 100%; text-align: center; + text-decoration: underline; + text-decoration-thickness: 1px; display: inline-block; font-size: 24px; font-weight: bold; diff --git a/assets/main.scss b/assets/main.scss index 2735c34..5914183 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -39,6 +39,7 @@ body { a { color: #bb4a03; text-decoration: underline; + text-decoration-thickness: 1px; } } @@ -334,7 +335,7 @@ table.image caption { } &__image-caption { - font-size: x-small; + font-size: small; text-align: center; margin-bottom: 0px; } @@ -359,9 +360,6 @@ table.image caption { } p { margin-top: 1em; - a { - text-decoration: underline; - } } blockquote { font-style: normal; @@ -402,6 +400,7 @@ table.image caption { #rss-sign-up a { text-decoration: underline; + text-decoration-thickness: 1px; color: #ee4a03; } }