Skip to content

Commit

Permalink
Change background colors in about and footer
Browse files Browse the repository at this point in the history
  • Loading branch information
tolunaydundar committed Nov 10, 2024
1 parent a2c1cc3 commit 263d742
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ section#about {
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #ffcc00;
background-color: white;
}

section#about h2#about-heading {
Expand Down Expand Up @@ -226,7 +226,7 @@ section#contact ul#contact-links-list li#contact-instagram:hover img {
}

footer {
background-color: #000c66;
background-color: #942222;
color: white;
}

Expand Down Expand Up @@ -254,5 +254,5 @@ footer ul#footer-sources-list li a {
}

footer ul#footer-sources-list li a:hover {
color: #942222;
color: #000c66;
}

0 comments on commit 263d742

Please sign in to comment.