Fix background and colour when opening the mobile menu
This commit is contained in:
parent
d1cfc83484
commit
12490af96a
2 changed files with 8 additions and 1 deletions
|
@ -12,7 +12,8 @@ body {
|
||||||
background-color: #f4f4f4;
|
background-color: #f4f4f4;
|
||||||
}
|
}
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
body {
|
body,
|
||||||
|
body.pushable {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #2c2c2c;
|
background-color: #2c2c2c;
|
||||||
}
|
}
|
||||||
|
|
|
@ -130,6 +130,12 @@ $page->navigation();
|
||||||
?>
|
?>
|
||||||
<a href="https://github.com/grandeljay/wishthis/issues/48" target="_blank">#48</a>
|
<a href="https://github.com/grandeljay/wishthis/issues/48" target="_blank">#48</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<?php
|
||||||
|
/** TRANSLATORS: Changelog: Fixed */
|
||||||
|
echo __('Fix background and color when opening the mobile menu');
|
||||||
|
?>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue