Browse Source

update style

pull/4/head
afc163 10 years ago
parent
commit
c7d3649dbd
  1. 5
      static/style.css

5
static/style.css

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

Loading…
Cancel
Save