Skip to content

Commit cd47786

Browse files
ALso add dark mode backgroudn
1 parent 6f0d2d0 commit cd47786

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/components/getstarted.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,13 @@ export const GetStarted = () => {
140140
const isHtmlFigure = (src) => src?.toLowerCase().endsWith('.html')
141141

142142
return (
143-
<Box id={'getstarted'} as='section' bg='blue.50' mb={6}>
143+
<Box
144+
id={'getstarted'}
145+
as='section'
146+
bg='blue.50'
147+
_dark={{ bg: 'blue.900' }}
148+
mb={6}
149+
>
144150
<Container maxW='container.lg' centerContent>
145151
<Heading as='h1' size='2xl' mt={6}>
146152
Get started as

0 commit comments

Comments
 (0)