Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
einnemee authored Jul 8, 2023
1 parent 361f3a6 commit 3fddc6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ a:active {color: #303030; text-decoration: none;}

header {
grid-area: header;
background-color: #303030;
color: aliceblue;
background-color: white;
color: #303030;
/* background-color: rgb(153, 217, 234); */
}

Expand Down Expand Up @@ -73,8 +73,8 @@ nav {
footer {
grid-area: footer;
font-size: 75%;
background-color: #303030;
color: aliceblue;
background-color: white;
color: #303030;
}


Expand Down

0 comments on commit 3fddc6c

Please sign in to comment.