Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
willdemelo authored Nov 3, 2024
1 parent c6c7c90 commit 0001435
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ nav ul li {
}

nav ul li a {
color: #1a1480;
color: #48afcf;
text-decoration: none;
font-weight: 400;
transition: color 0.3s;
}

nav ul li a.active, nav ul li a:hover {
color: #90bfc5;
color: #c7ebf0;
}

.content {
Expand All @@ -69,7 +69,7 @@ section {

h2 {
font-size: 3em;
color: #90bfc5;
color: #191e69;
font-weight: 400;
margin-bottom: 20px;
}
Expand Down

0 comments on commit 0001435

Please sign in to comment.