diff --git a/static/css/main.css b/static/css/main.css
index 85334afc..489c67ac 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -194,6 +194,14 @@
line-height: 1.7em;
}
+main a:hover {
+ text-decoration: underline;
+}
+
+main article .fa, main article .fas {
+ font-size: 10pt;
+}
+
article img {
display: block;
margin: 3em auto;
diff --git a/templates/posts/details.html.tera b/templates/posts/details.html.tera
index a6815e88..ca41abdc 100644
--- a/templates/posts/details.html.tera
+++ b/templates/posts/details.html.tera
@@ -36,7 +36,7 @@
{% endif %}