fix newer-link hover

This commit is contained in:
Chaiwat Suttipongsakul 2019-01-30 14:26:41 +07:00
parent f22e2c884c
commit ed52e9dfde

View file

@ -40,7 +40,7 @@ a:hover {
.lcolor { .lcolor {
color: $color-light; color: $color-light;
} }
.older-link, .newer-linker, .older-link:hover, .newer-link:hover { .older-link, .newer-link, .older-link:hover, .newer-link:hover {
text-decoration: none; text-decoration: none;
padding: 3px; padding: 3px;
} }