From cf00073e047b088a810fa37a6ceb5f7a2e6f07f3 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 26 Jun 2021 00:37:39 +0800 Subject: [PATCH] feat: link author name to about page; link color --- _layouts/post.html | 4 +++- assets/main.scss | 8 ++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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 | {% 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 {