From f74980164fbff353abacff9cf0c7fe8dc9e777f4 Mon Sep 17 00:00:00 2001 From: Zeyu-Li Date: Sun, 27 Dec 2020 21:59:54 -0600 Subject: [PATCH 1/2] added heart --- _includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/footer.html b/_includes/footer.html index 9b07897d6..cd2c8b801 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -14,7 +14,7 @@ theme on jekyll + > ❤️ From 1fdfe4b8312538c189f86421c537215030ba2e44 Mon Sep 17 00:00:00 2001 From: Zeyu-Li Date: Sun, 27 Dec 2020 22:10:44 -0600 Subject: [PATCH 2/2] added transitions to links --- _sass/klise/_base.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_sass/klise/_base.scss b/_sass/klise/_base.scss index 53b4f246a..5addda819 100644 --- a/_sass/klise/_base.scss +++ b/_sass/klise/_base.scss @@ -232,6 +232,11 @@ h6 > a { a { color: inherit; text-decoration-color: $smoke; + // transitions + transition: .2s; + -moz-transition: .2s; + -webkit-transition: .2s; + -o-transition: .2s; &:hover { color: $text-link-blue;