Skip to content

Commit

Permalink
Added darker bg color to postitems
Browse files Browse the repository at this point in the history
  • Loading branch information
vachan-maker authored Jan 31, 2024
1 parent 73c54a9 commit acae4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/sass/components/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

.postListItem {
padding: 20px;
background-color: $black;
background-color: $backgroundDarker;
margin-bottom: 20px;
}

Expand Down

0 comments on commit acae4d4

Please sign in to comment.