update style

This commit is contained in:
afc163 2015-05-11 19:45:56 +08:00
parent 5f13503558
commit c7d3649dbd

View File

@ -159,8 +159,11 @@ header {
width: 100%;
height: 100%;
display: block;
transition: color .3s cubic-bezier(0.075, 0.82, 0.165, 1);
-webkit-transition: color .3s cubic-bezier(0.075, 0.82, 0.165, 1);
transition: color .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.nav ul li.current a {
color: #71B5DE;
}
.nav ul li a:hover,
.nav ul li .hover {