Skip to content

Commit

Permalink
fix header bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
narayan954 committed Mar 10, 2023
1 parent 364a750 commit 57c973d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
background-color: white;
background-color: var(--bg-color);;
}

.app__posts {
Expand Down

0 comments on commit 57c973d

Please sign in to comment.