Skip to content

Commit

Permalink
add dark mode background color to homepage styles
Browse files Browse the repository at this point in the history
  • Loading branch information
tabathadelane committed May 7, 2024
1 parent 2178528 commit 625d5b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/layouts/HomePageLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ const HomePageLayout = ({ children, pageContext }) => {
}
--link-color: rgb(243, 244, 244);
background: #f3f4f4;
.dark-mode && {
background: var(--primary-background-color);
}
`}
>
<Layout.Sidebar
Expand Down

0 comments on commit 625d5b2

Please sign in to comment.