1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00

Make nav burger icon more visible

This commit is contained in:
lachie-underhill 2023-06-05 13:52:28 +10:00
parent 1110f6228f
commit 1bb5f5d45b
No known key found for this signature in database
GPG Key ID: 48057E0D2C37AC20

View File

@ -19,7 +19,7 @@ const named_routes = router.options.routes.filter((route) => route.name)
<h1 class="is-size-3 has-text-weight-semibold is-hidden-tablet">SCC</h1>
</a>
<div
class="navbar-burger"
class="navbar-burger has-text-white"
v-bind:class="{ 'is-active': menuActive }"
@click="menuActive = !menuActive"
>