Skip to content

Commit

Permalink
fix: fixed navbar hamburger/dropdown color on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Aug 16, 2024
1 parent b0b14da commit f8ef2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/_nav.pug
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ nav.navbar(class=navbarClasses.join(" "))
= t("Signup")
.no-js.is-bot.d-inline-block.mr-3
if !isBot(ctx.get('User-Agent'))
button.navbar-toggler.d-lg-none.no-js.text-themed(
button.navbar-toggler.d-lg-none.no-js.text-dark.text-themed(
type="button",
data-toggle="collapse",
data-target="#navbar-header",
Expand Down

0 comments on commit f8ef2a1

Please sign in to comment.