i18n
xaoxuu 6 years ago
parent e051b21f6c
commit 0b9c106e64
  1. 2
      source/less/_defines.less
  2. 2
      source/less/_footer.less
  3. 6
      source/less/_header.less

@ -68,7 +68,7 @@
// 网页背景
@theme-bg-main: #EFEFEF;
// 导航栏背景(主题色)
@theme-bg-header: #ccc;
@theme-bg-header: #fff;
// 卡片背景
@theme-bg-card: #FFF;
// 代码块的背景色

@ -29,7 +29,7 @@
position: relative;
display: inline-block;
text-align: center;
// font-size: 16px;
font-size: 16px;
padding: 4px 2px;
border-radius: 100px;
&:hover {

@ -48,13 +48,13 @@
flex: 1 0 auto;
height: @header-height;
.enable-trans();
margin:0 28px;
margin:0 @gap;
ul > li > a{
.enable-trans();
display: block;
font-size: @header-font-size * .95;
color: fade(@theme-text-in-header,60%);
padding: 0 @gap / 2;
padding: 0 8px;
&:hover,&.active{
color: @theme-text-in-header;
}
@ -88,7 +88,7 @@
& > li{
border-radius: @header-height;
margin-left: @gap;
margin-left: 4px;
.enable-trans();
svg{
// margin-top:16px;

Loading…
Cancel
Save