update dark mode

i18n
xaoxuu 5 years ago
parent 7232cd31d0
commit 48a358ceb0
  1. 2
      _config.yml
  2. 4
      layout/_widget/tagcloud.ejs
  3. 2
      source/less/_article.less
  4. 2
      source/less/_color.less
  5. 2
      source/less/_search.less

@ -8,7 +8,7 @@ info:
name: Material X
docs: https://xaoxuu.com/wiki/material-x/
# 主题的CDN地址。如需启用CDN,请在主目录的config中设置,详见文档。
cdn: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-material-x@19.3.2/
cdn: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-material-x@19.3.22/
############################### 主题样式 ###############################

@ -6,8 +6,8 @@
min_font: 14,
max_font: 24,
color: true,
start_color: '#999',
end_color: '#555',
start_color: item.start_color ? item.start_color : '#999',
end_color: item.end_color ? item.end_color : '#555',
}) %>
</div>
</section>

@ -213,7 +213,7 @@
font-weight: bold;
background-color: @theme_main;
padding: .2em 2.4em;
color: white;
color: @color_text_in_header;
border-radius: @border_radius/2;
.enable-trans();
&:hover {

@ -19,7 +19,7 @@
// 代码的背景色
@color_bg_code: fade(@theme_main, 10%);
// 代码块的背景色
@color_bg_code_block: #F8F8F8;
@color_bg_code_block: @theme_background;
// 引用的颜色
@color_bg_quote: @theme_main;
// 选中部分文字的背景颜色

@ -230,7 +230,7 @@
left: 0;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
background-color: @theme_cardbg;
@media (max-width: @on_modal_threshold) {
padding: 60px 20px 80px 20px;
}

Loading…
Cancel
Save