Skip to content

Commit

Permalink
fixed gradient banding
Browse files Browse the repository at this point in the history
  • Loading branch information
mgwall17 committed Dec 9, 2024
1 parent af0d495 commit 4c94636
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,16 @@ html {
}

body {
height: 100vh;
font-family: 'Inter', sans-serif;
background: linear-gradient(180deg, #FFF 20%, #FFF3E5 100%);
background-blend-mode: soft-light;
color: #333;
padding: 20px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-size: cover;
font-family: 'Inter', sans-serif;
color: #333;
background: linear-gradient(180deg, #FFF 20%, #FFF3E5 100%);
background-blend-mode: soft-light;
background-size: cover;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0;
padding: 0;
height: 100%;
}


Expand Down

0 comments on commit 4c94636

Please sign in to comment.