Skip to content

Commit

Permalink
Update globals.css
Browse files Browse the repository at this point in the history
  • Loading branch information
mohdshubair313 authored Oct 29, 2024
1 parent cd6efa7 commit da00379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -356,9 +356,9 @@ button#sidebarToggle {
width: 50px; /* or any fixed size */
height: 50px;
display: inline-block;
background-color: white; /* for default */
backgroundColor: white; /* for default */
}

button#sidebarToggle.open {
background-color: black; /* changes color when open */
backgroundcolor: black; /* changes color when open */
}

0 comments on commit da00379

Please sign in to comment.