mirror of
https://github.com/tchartron/blow
synced 2025-03-16 23:07:04 +00:00
Added missing background definition for light theme to mobile menu
This commit is contained in:
parent
67889a4ad9
commit
0733b3e6ea
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@
|
|||
|
||||
<!----------------------------- Mobile menu ----------------------------->
|
||||
<div id="mobile-menu" class="sm:hidden fixed z-10 overflow-hidden">
|
||||
<div class="nav-links flex flex-col space-y-4 items-center w-screen dark:bg-gray-800 transition-all ease-out duration-500 h-0">
|
||||
<div class="nav-links flex flex-col space-y-4 items-center w-screen bg-gray-200 dark:bg-gray-800 transition-all ease-out duration-500 h-0">
|
||||
<!-- Current: "bg-gray-900 text-white", Default: "text-gray-300 hover:bg-gray-700 hover:text-white" -->
|
||||
{% for item in config.extra.navbar.items %}
|
||||
{% if lang == item.lang %}
|
||||
|
|
Loading…
Add table
Reference in a new issue