Skip to content

Commit c983705

Browse files
committed
hexo 深色背景
1 parent 8e1d30f commit c983705

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tailwind.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = {
3939
'black-gray': '#101414',
4040
'light-gray': '#e5e5e5'
4141
},
42-
black: '#212b36',
42+
// black: '#212b36',
4343
'dark-700': '#090e34b3',
4444
dark: {
4545
DEFAULT: '#111928',

themes/starter/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const LayoutBase = (props) => {
5454
loadWowJS()
5555
}, [])
5656

57-
return <div id='theme-starter' className={`${siteConfig('FONT_STYLE')} min-h-screen flex flex-col dark:bg-black scroll-smooth`}>
57+
return <div id='theme-starter' className={`${siteConfig('FONT_STYLE')} min-h-screen flex flex-col dark:bg-[#212b36] scroll-smooth`}>
5858
<Style/>
5959
<NavBar {...props}/>
6060

0 commit comments

Comments
 (0)