Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-JL committed Nov 27, 2024
1 parent 638d35b commit 8aaf565
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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, #519de4, #136cc0);
background: linear-gradient(to bottom, #b8deff, #519de4, #004b91);
}

/* Header */
Expand Down Expand Up @@ -96,16 +96,16 @@ footer {
color: #eef6fc;
}

.contact p a img {
section#contact p a img {
width: 25px;
height: 25px;
margin-right: 8px;
}

.contact p a {
section#contact p a {
color: #d8cf4e;
}
.contact p a:visited {
section#contact p a:visited {
color: #dfa843;
}

Expand Down

0 comments on commit 8aaf565

Please sign in to comment.