We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e1d30f commit c983705Copy full SHA for c983705
tailwind.config.js
@@ -39,7 +39,7 @@ module.exports = {
39
'black-gray': '#101414',
40
'light-gray': '#e5e5e5'
41
},
42
- black: '#212b36',
+ // black: '#212b36',
43
'dark-700': '#090e34b3',
44
dark: {
45
DEFAULT: '#111928',
themes/starter/index.js
@@ -54,7 +54,7 @@ const LayoutBase = (props) => {
54
loadWowJS()
55
}, [])
56
57
- 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`}>
58
<Style/>
59
<NavBar {...props}/>
60
0 commit comments