Skip to content

Commit

Permalink
change bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
oshani-code committed Jul 9, 2024
1 parent 9f3326f commit 4c5b6d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Freecodecamp Portfolio/styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:root{
--neutral:#32149bea;
--neutral:#0f023dbd;
--base: aliceblue;
--neutral-focus: white;
--primary: rgb(233, 129, 224);
Expand Down Expand Up @@ -152,7 +152,7 @@ h6{
color: var(--base);
}
#contact {
background-color: var(--neutral);

color: var(--base);
margin-top: 80px;
margin-bottom: 30px;
Expand Down

0 comments on commit 4c5b6d3

Please sign in to comment.