Skip to content

Commit

Permalink
Changed body color
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-JL committed Nov 27, 2024
1 parent f55d610 commit 638d35b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body {
padding: 0;
line-height: 1.6;
color: #001729; /* Light blue text */
background: linear-gradient(to bottom, #b8deff, #7bafdf); /* Darker blue gradient */
background: linear-gradient(to bottom, #b8deff, #519de4, #136cc0);
}

/* Header */
Expand Down Expand Up @@ -126,7 +126,6 @@ footer {
transform: scale(1.05);
}


.wrapper {
max-width: 800px;
margin: 40px auto;
Expand Down

0 comments on commit 638d35b

Please sign in to comment.