Skip to content

Commit

Permalink
fix: apply background color for body tag in dark mode (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
patricio0312rev authored Mar 18, 2024
1 parent abb0577 commit cd8afb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@
@apply pr-[14px]
}
}

.dark {
@apply bg-subtle-black
}

0 comments on commit cd8afb7

Please sign in to comment.