Skip to content

Commit

Permalink
update css header bg color #fa4ef0, add border to sub
Browse files Browse the repository at this point in the history
  • Loading branch information
TIMOTHY ANDES committed Aug 26, 2024
1 parent 510cf78 commit 33edddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ h2 {

.header {
text-align: center;
background-color: #333;
background-color: #fa4ef0;
color: #fff;
padding: 20px;
}
Expand All @@ -50,7 +50,7 @@ h2 {
margin-bottom: 20px;
display: flex;
justify-content: space-evenly;
background-color: #eee;
border-bottom: solid 1px #eee;
}

/* Mobile Breakpoint for Contact List */
Expand Down

0 comments on commit 33edddb

Please sign in to comment.