Skip to content

Commit

Permalink
added gradient in background
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusdsm authored Aug 29, 2023
1 parent b619ae2 commit c2bfe2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ body {
line-height: 1.7;
text-rendering: optimizeLegibility;
background-color: rgba(240,248,255, .1);
background: linear-gradient(110deg, #f0f8ff1a 86%, #fffef5 10%);
}
hr {
border: 6px #aeb solid;
Expand Down

0 comments on commit c2bfe2c

Please sign in to comment.