fix background for menu on mobile
This commit is contained in:
parent
33005b251c
commit
c2dad595b3
|
@ -237,7 +237,7 @@ hr {
|
|||
.menu-content {
|
||||
position: absolute;
|
||||
display: none;
|
||||
background: #282828;
|
||||
background: var(--background-color);
|
||||
text-align: right;
|
||||
margin-top: 100px;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue