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

Merge branch 'develop' into 'main'

Text in navbar was not readable on hover in light mode

See merge request !25
parents 1aacae6d 505edbdc
No related branches found
No related tags found
1 merge request!25Text in navbar was not readable on hover in light mode
Pipeline #204125 passed
......@@ -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