Skip to content

Commit

Permalink
fix: set body background to white (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
RayyanRNKJ authored Dec 21, 2021
1 parent 191b0ca commit 725f18e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Layout/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const globalStyles = css`
}
body {
background: ${colors.lightest};
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
color: ${colors.text};
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
Expand Down

0 comments on commit 725f18e

Please sign in to comment.