feat: add some transitions
This commit is contained in:
parent
2363157807
commit
12ae7823c2
1 changed files with 2 additions and 1 deletions
|
@ -274,6 +274,7 @@ html {
|
||||||
|
|
||||||
.post-title {
|
.post-title {
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
|
transition: 0.2s all;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -446,7 +447,6 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
|
||||||
color: #666;
|
color: #666;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@ -581,6 +581,7 @@ html {
|
||||||
line-height: 0.95;
|
line-height: 0.95;
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
transition: 0.2s all;
|
||||||
|
|
||||||
@include media-query($on-palm) {
|
@include media-query($on-palm) {
|
||||||
@include relative-font-size(2.425);
|
@include relative-font-size(2.425);
|
||||||
|
|
Loading…
Reference in a new issue