fix background for menu on mobile
This commit is contained in:
parent
33005b251c
commit
c2dad595b3
|
@ -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%;
|
||||||
|
|
Loading…
Reference in New Issue