From 12ae7823c290166cf0762fa61603fc268e8e7047 Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Thu, 16 Jul 2020 19:38:32 +0800 Subject: [PATCH] feat: add some transitions --- _sass/yat/_layout.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_sass/yat/_layout.scss b/_sass/yat/_layout.scss index a1921fa..cbd8d5e 100644 --- a/_sass/yat/_layout.scss +++ b/_sass/yat/_layout.scss @@ -274,6 +274,7 @@ html { .post-title { margin-bottom: 2px; + transition: 0.2s all; a { text-decoration: none; @@ -446,7 +447,6 @@ html { } a { - text-decoration: none; color: #666; &:hover { @@ -581,6 +581,7 @@ html { line-height: 0.95; margin-bottom: 18px; font-weight: normal; + transition: 0.2s all; @include media-query($on-palm) { @include relative-font-size(2.425);