hexo 主题颜色微调

This commit is contained in:
tangly1024
2022-03-28 15:09:55 +08:00
parent 752d08c44f
commit a7fe31da71
25 changed files with 54 additions and 49 deletions

View File

@@ -13,6 +13,11 @@ module.exports = {
},
night: {
DEFAULT: BLOG.BACKGROUND_DARK || '#111827'
},
hexo: {
'background-gray': '#f5f5f5',
'black-gray': '#101414',
'light-gray': '#e5e5e5'
}
}
}