Skip to content

Commit

Permalink
adjust bg container section color
Browse files Browse the repository at this point in the history
  • Loading branch information
pettinarip committed Aug 21, 2024
1 parent 02bb985 commit e47b5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/what-is-ethereum.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ const WhatIsEthereumPage = ({
</Hero>
</Flex>
</Content>
<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)]">
<div className="w-full bg-background-highlight">
<Section>
<Stack className="gap-14">
<TwoColumnContent id="summary">
Expand Down

0 comments on commit e47b5a6

Please sign in to comment.