summaryrefslogtreecommitdiff
path: root/_sass
diff options
context:
space:
mode:
authorjeffreytse <jeffreytse.mail@gmail.com>2020-08-25 14:24:14 +0800
committerjeffreytse <jeffreytse.mail@gmail.com>2020-08-25 14:24:14 +0800
commit20afd2fecd7d4d76ca4b34ebe43e1149f5185966 (patch)
tree01f4415506a45a1518e28c7a5bae54e45a2f71dd /_sass
parent56456e44f984b6662dbb68de2976acda56c6a250 (diff)
chore: change hover style of post tags
Diffstat (limited to '_sass')
-rw-r--r--_sass/yat/_layout.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/_sass/yat/_layout.scss b/_sass/yat/_layout.scss
index 016bb4c..65054ad 100644
--- a/_sass/yat/_layout.scss
+++ b/_sass/yat/_layout.scss
@@ -319,10 +319,15 @@ html {
border: 1px solid;
padding: 2px 4px;
border-radius: 2px;
+ transition: color 0.2s;
&:not(:first-child) {
margin-left: 8px;
}
+
+ &:hover {
+ color: #777;
+ }
}
.paginator {