Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #940 from prezly/fix/body-background
Browse files Browse the repository at this point in the history
Fix - Explicitly set background color on body
  • Loading branch information
kudlajz authored May 24, 2024
2 parents 7b88677 + ae694dd commit 5a5fb12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styles/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ body {
font-family: var(--prezly-font-family);
color: $color-text;
word-break: break-word;
background: white;
}

h1,
Expand Down

0 comments on commit 5a5fb12

Please sign in to comment.