Browse Source

site: tweak header transition style

pull/12259/head
afc163 6 years ago
parent
commit
ead460afe4
  1. 2
      site/theme/static/header.less

2
site/theme/static/header.less

@ -2,7 +2,6 @@
@menu-item-border: 2px;
#header {
transition: all 0.3s;
background: #fff;
box-shadow: 0 2px 8px rgba(240, 241, 242, 65);
position: relative;
@ -86,6 +85,7 @@
color: @text-color;
border-color: @border-color-base;
margin-right: 40px;
transition: none;
}
#nav {

Loading…
Cancel
Save