Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Fix background from hamburger menu
Browse files Browse the repository at this point in the history
  • Loading branch information
dodaucy committed Nov 15, 2023
1 parent 2a81315 commit 40273e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
top: 0;
left: 0;
width: 100%;
background-color: var(--primary-background-color);
background-color: var(--secondary-background-color);
padding: 10px;
}
#hamburger-menu-icon {
Expand Down Expand Up @@ -74,7 +74,7 @@
left: 0;
width: 60%;
height: 100%;
background-color: var(--secondary-background-color);
background-color: var(--primary-background-color);
padding: 10px;
flex-direction: column;
align-items: center;
Expand Down

0 comments on commit 40273e4

Please sign in to comment.