diff --git a/static/main.css b/static/main.css index 5d22ce2a..bb170963 100644 --- a/static/main.css +++ b/static/main.css @@ -149,11 +149,19 @@ main .article-info .author a { font-weight: 600; } /* Article */ main article { - max-width: 40rem; - margin: 2.5em auto; - font-family: "Lora", serif; - font-size: 1.2em; - line-height: 1.7em; + max-width: 40rem; + margin: 2.5em auto; + font-family: "Lora", serif; + font-size: 1.2em; + line-height: 1.7em; +} + +main a:hover { + text-decoration: underline; +} + +main article .fa, main article .fas { + font-size: 10pt; } article img { diff --git a/templates/posts/details.html.tera b/templates/posts/details.html.tera index b82624d2..a3b8657e 100644 --- a/templates/posts/details.html.tera +++ b/templates/posts/details.html.tera @@ -28,7 +28,7 @@ {% endif %}