feat: add some transitions

This commit is contained in:
jeffreytse 2020-07-16 19:38:32 +08:00
parent 2363157807
commit 12ae7823c2

View file

@ -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);