hexo 深色背景

This commit is contained in:
tangly1024
2024-02-24 20:52:42 +08:00
parent 8e1d30f2b3
commit c983705829
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ module.exports = {
'black-gray': '#101414',
'light-gray': '#e5e5e5'
},
black: '#212b36',
// black: '#212b36',
'dark-700': '#090e34b3',
dark: {
DEFAULT: '#111928',

View File

@@ -54,7 +54,7 @@ const LayoutBase = (props) => {
loadWowJS()
}, [])
return <div id='theme-starter' className={`${siteConfig('FONT_STYLE')} min-h-screen flex flex-col dark:bg-black scroll-smooth`}>
return <div id='theme-starter' className={`${siteConfig('FONT_STYLE')} min-h-screen flex flex-col dark:bg-[#212b36] scroll-smooth`}>
<Style/>
<NavBar {...props}/>