chore: change hover style of post tags

This commit is contained in:
jeffreytse 2020-08-25 14:24:14 +08:00
parent 56456e44f9
commit 20afd2fecd

View file

@ -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 {