update theme

i18n
xaoxuu 6 years ago
parent 02c2fe7f21
commit 13b8ccf8b0
  1. 4
      source/less/_defines.less

@ -139,7 +139,7 @@
// 网页背景
@theme_bg_main: @theme_base_main;
// 导航栏背景
@theme_bg_navbar: darken(@theme_base_main, 4%);
@theme_bg_navbar: @theme_base_tint;
// 卡片背景
@theme_bg_card: white;
// 卡片标题栏背景
@ -158,7 +158,7 @@
// 链接高亮颜色
@theme_text_highlight: @theme_base_tint;
// 在主题色中显示的文本(一般为白或深灰)
@theme_text_in_header: @dark;
@theme_text_in_header: white;
// 正文文字颜色
@theme_text_main: @dark;
// end: 自定义主题色 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Loading…
Cancel
Save