Alps-Sun

Results 1 issues of Alps-Sun

主题在mac 模式下代码背景不是暗黑色的,修改如下: themes/keep/source/css/common/codeblock/copy-code.styl ```css if (hexo-config('code_copy.style') == 'mac') { .highlight-container { background: #21252b; border-radius: 5px; box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .4); padding-top: 20px; margin-top: 10px; &::before {...