We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0d2d0 commit cd47786Copy full SHA for cd47786
1 file changed
src/components/getstarted.js
@@ -140,7 +140,13 @@ export const GetStarted = () => {
140
const isHtmlFigure = (src) => src?.toLowerCase().endsWith('.html')
141
142
return (
143
- <Box id={'getstarted'} as='section' bg='blue.50' mb={6}>
+ <Box
144
+ id={'getstarted'}
145
+ as='section'
146
+ bg='blue.50'
147
+ _dark={{ bg: 'blue.900' }}
148
+ mb={6}
149
+ >
150
<Container maxW='container.lg' centerContent>
151
<Heading as='h1' size='2xl' mt={6}>
152
Get started as
0 commit comments