mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-13 23:16:47 +00:00
hexo 深色背景
This commit is contained in:
@@ -39,7 +39,7 @@ module.exports = {
|
||||
'black-gray': '#101414',
|
||||
'light-gray': '#e5e5e5'
|
||||
},
|
||||
black: '#212b36',
|
||||
// black: '#212b36',
|
||||
'dark-700': '#090e34b3',
|
||||
dark: {
|
||||
DEFAULT: '#111928',
|
||||
|
||||
@@ -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}/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user