update theme

i18n
xaoxuu 6 years ago
parent 084176a991
commit 18637d2629
  1. 4
      source/less/_article.less
  2. 2
      source/less/_defines.less
  3. 5
      source/less/_widget.less

@ -154,6 +154,10 @@
}
blockquote {
p{
text-align: left;
word-wrap: normal;
}
position: relative;
width: 100%;
font-size: @small-font-size;

@ -73,7 +73,7 @@
// 网页背景
@theme-bg-main: #EFEFEF;
// 导航栏背景
@theme-bg-nav-header: #FFF;
@theme-bg-nav-header: #EFEFEF;
// 卡片标题背景
@theme-bg-card-header: #E3E3E3;
// 按钮背景

@ -96,9 +96,10 @@
border-top-right-radius: 8px;
}
.content{
// margin-top: 0;
// padding: @gap/2 @gap;
font-weight: bold;
@media(max-width: @on-phone){
padding: @gap/2 @gap;
}
}
.social-wrapper{
display: flex;

Loading…
Cancel
Save