update date hover color

This commit is contained in:
afc163 2015-06-15 17:09:10 +08:00
parent 0c56f44d21
commit aeb9cc7f51

View File

@ -148,7 +148,7 @@
text-align: center;
&:hover {
background: #ebfaff;
background: fadeout(#3fc7fa, 80%);
cursor: pointer;
}
}