Fix background and colour when opening the mobile menu

This commit is contained in:
grandeljay 2022-11-18 18:47:49 +01:00
parent d1cfc83484
commit 12490af96a
2 changed files with 8 additions and 1 deletions

View file

@ -12,7 +12,8 @@ body {
background-color: #f4f4f4;
}
@media (prefers-color-scheme: dark) {
body {
body,
body.pushable {
color: #fff;
background-color: #2c2c2c;
}

View file

@ -130,6 +130,12 @@ $page->navigation();
?>
<a href="https://github.com/grandeljay/wishthis/issues/48" target="_blank">#48</a>
</li>
<li>
<?php
/** TRANSLATORS: Changelog: Fixed */
echo __('Fix background and color when opening the mobile menu');
?>
</li>
</ul>
</div>