Skip to content

Commit

Permalink
Changed the background color
Browse files Browse the repository at this point in the history
  • Loading branch information
alex090890 committed Apr 25, 2024
1 parent 806d049 commit 8b2cb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ html {

.App {
font-family: sans-serif;
background: linear-gradient(45deg, #a1d4a1, #a4a4eb, #a1d4a1, #a4a4eb, #a1d4a1, #a4a4eb);
background: linear-gradient(45deg, #6bff6b, #ffffff);
background-repeat: no-repeat;
background-size: cover;
background-position: fill;
Expand Down

0 comments on commit 8b2cb1a

Please sign in to comment.