Skip to content
Snippets Groups Projects
Commit 505edbdc authored by Tobias Mieves's avatar Tobias Mieves :sparkles:
Browse files

fix: Text in navbar was not readable on hover in light mode

parent a3c2fd89
No related branches found
No related tags found
1 merge request!25Text in navbar was not readable on hover in light mode
Checking pipeline status
......@@ -14,7 +14,7 @@
<input id="drawer" type="checkbox" class="drawer-toggle"/>
<div class="drawer-content flex flex-col">
<!-- Navbar -->
<div class="navbar w-full bg-neutral text-neutral-content rounded-box">
<div class="navbar w-full bg-neutral rounded-box" data-theme="dark">
<div class="flex-none lg:hidden">
<label for="drawer" class="btn btn-square btn-ghost">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment