Skip to content

Commit

Permalink
Update nav background color
Browse files Browse the repository at this point in the history
  • Loading branch information
rayc2045 committed Apr 16, 2024
1 parent f49a70b commit ee02a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
@dragstart.prevent
>
<nav
class="px-4 h-16 sticky top-0 flex items-center gap-4 border-b border-gray-200 bg-base-100 z-[1]"
class="px-4 h-16 sticky top-0 flex items-center gap-4 border-b border-gray-200 bg-white z-[1]"
>
<a
href="#/"
Expand Down

0 comments on commit ee02a37

Please sign in to comment.