Merge branch 'master' into docs

i18n
xaoxuu 4 years ago
commit 8939c0c261
  1. 6
      source/less/_article.less
  2. 2
      source/less/_color.less
  3. 7
      source/less/_normalize.less
  4. 1
      source/less/_side.less

@ -463,6 +463,12 @@
td,th{
padding: 0;
}
background-color: transparent;
tr{
&:hover{
background-color: transparent;
}
}
}
.gutter{
width: 24px;

@ -19,7 +19,7 @@
// 代码的背景色
@color_bg_code: #FFF8F0;
// 代码块的背景色
@color_bg_code_block: darken(@theme_cardbg, 5%);
@color_bg_code_block: darken(@theme_cardbg, 2%);
@color_border_code_block: #ddd;
// 引用的颜色
@color_bg_quote: @theme_main;

@ -424,7 +424,7 @@ table {
width: 100%;
background-color: @theme_cardbg;
th {
background-color: @color_bg_code_block;
background-color: darken(@theme_cardbg, 5%);
}
td,
th {
@ -434,9 +434,10 @@ table {
}
tr {
// border-bottom: 2px solid #eee;
// background-color: @theme_main;
.enable-trans();
background-color: @theme_cardbg;
&:hover{
background-color: @color_bg_code_block;
background-color: darken(@theme_cardbg, 5%);
}
}
&>thead>th {

@ -180,7 +180,6 @@
&.text{
.content{
font-size: @fontsize_small;
font-weight: bold;
word-break: break-all;
padding: @gap;
line-height: @fontsize_small + 8px;

Loading…
Cancel
Save