fix background for menu on mobile

This commit is contained in:
Ryan Heywood 2024-09-24 21:39:28 -04:00
parent 33005b251c
commit c2dad595b3
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ hr {
.menu-content { .menu-content {
position: absolute; position: absolute;
display: none; display: none;
background: #282828; background: var(--background-color);
text-align: right; text-align: right;
margin-top: 100px; margin-top: 100px;
width: 100%; width: 100%;