Skip to content

Commit

Permalink
changed colors in bckground signup form
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlon13 committed Jun 27, 2024
1 parent 558c394 commit 6b0ccc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ h1{
}

h2{
color: #000000;
background: antiquewhite;
color: #fafafa;
background: #262625;
}

/*changing only h2 for the home page*/
Expand Down Expand Up @@ -121,9 +121,9 @@ h2{

/*changing color of the label for the form input*/
label{
color: black;
color: #f4f4f4;
font-weight: bold;
background: antiquewhite;
background: #262625;
}

/*underlines menu/signup page*/
Expand Down

0 comments on commit 6b0ccc2

Please sign in to comment.