summaryrefslogtreecommitdiff
path: root/_sass/yat
diff options
context:
space:
mode:
Diffstat (limited to '_sass/yat')
-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);