diff --git a/_layouts/post.html b/_layouts/post.html
index 2ac7acd..86cb0a7 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -25,7 +25,9 @@ layout: default
{% if page.author %} By
{{ page.author }}
| {% endif %} {% assign date_format = site.minima.date_format |
diff --git a/assets/main.scss b/assets/main.scss
index 444ffd9..f09d0a5 100644
--- a/assets/main.scss
+++ b/assets/main.scss
@@ -31,6 +31,14 @@ body {
font-style: normal;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
+
+ a:hover {
+ color: #2f5db4;
+ }
+
+ a {
+ color: #2b6be2;
+ }
}
header.site-header {