summaryrefslogtreecommitdiff
path: root/_sass
diff options
context:
space:
mode:
authorjeffreytse <jeffreytse.mail@gmail.com>2020-07-16 19:38:32 +0800
committerjeffreytse <jeffreytse.mail@gmail.com>2020-07-16 19:38:32 +0800
commit12ae7823c290166cf0762fa61603fc268e8e7047 (patch)
tree621abc26632b38f6ba95def7acc6dcef4c2824a3 /_sass
parent2363157807dec4519a9d227b9951814429cf3691 (diff)
feat: add some transitions
Diffstat (limited to '_sass')
-rw-r--r--_sass/yat/_layout.scss3
1 files changed, 2 insertions, 1 deletions
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);