Skip to content

Commit

Permalink
Updated the menu-button color (#119)
Browse files Browse the repository at this point in the history
* Updated the menu-button color

The menu icon is now visible on every section of the page and matches the theme

* Updated the menu-button color to be same as the logo color
  • Loading branch information
LismaxB authored Oct 9, 2024
1 parent ca6b527 commit fd5c29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
.menu-button {
cursor: pointer;
background: transparent;
color: rgb(82 80 80);
color: #03A254;
/* text-align:; */
display: block;
justify-content: end;
Expand Down

0 comments on commit fd5c29d

Please sign in to comment.