mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-29 18:50:00 +08:00
update style
This commit is contained in:
parent
5f13503558
commit
c7d3649dbd
@ -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…
Reference in New Issue
Block a user