Skip to content

Commit e47b5a6

Browse files
committed
adjust bg container section color
1 parent 02bb985 commit e47b5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/what-is-ethereum.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ const WhatIsEthereumPage = ({
326326
</Hero>
327327
</Flex>
328328
</Content>
329-
<div className="w-full bg-[#fcfcfc] md:shadow-[inset_0px_1px_0px_rgba(0,0,0,0.1)] dark:bg-[#272627] dark:md:shadow-[inset_0px_1px_0px_hsla(0,0%,100%,.1)]">
329+
<div className="w-full bg-background-highlight">
330330
<Section>
331331
<Stack className="gap-14">
332332
<TwoColumnContent id="summary">

0 commit comments

Comments
 (0)