diff --git a/_config.yml b/_config.yml index b525ecf..4be786f 100755 --- a/_config.yml +++ b/_config.yml @@ -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@1.0.3/ + cdn: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-material-x@19.1.18/ ############################### 主题样式 ############################### @@ -20,7 +20,7 @@ style: pure # pure: 导航栏和标题栏背景是白色 # 服务开关,如果你想禁用某些功能,直接设置为false或者注释掉,相关的js脚本就不会加载。 # 有些服务这里打开了也未必会生效,还需要额外的配置,详见文档。 services: - # cdn: true + cdn: true scrollreveal: true nodewaves: true busuanzi: true diff --git a/source/less/_color.less b/source/less/_color.less index 96b0928..80dc6df 100755 --- a/source/less/_color.less +++ b/source/less/_color.less @@ -1,12 +1,12 @@ // 如果你只想简单地换个风格,可以只改这里的几项: // 网页背景颜色 @theme_background: #EFEFEF; -@theme_background: #454545; // 暗色主题 +// @theme_background: #454545; // 暗色主题 // 主题色 @theme_main: #1BC3FB; // 卡片背景颜色 @theme_cardbg: white; -@theme_cardbg: #555; // 暗色主题 +// @theme_cardbg: #555; // 暗色主题 @@ -36,4 +36,4 @@ @color_text_in_header: white; // 正文文字颜色 @color_text_main: @dark; -@color_text_main: white; // 暗色主题 +// @color_text_main: white; // 暗色主题