Skip to content

Commit

Permalink
feat(app): making overscroll match background color (#3168)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianHymer authored Jan 9, 2025
1 parent 6271cb0 commit 7769263
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
--onboard-font-family-normal: var(--font-body);
}

body {
background-color: rgb(var(--color-background)) !important;
}

.override-text-color * {
color: inherit !important;
}
Expand Down

0 comments on commit 7769263

Please sign in to comment.