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:
parent
1110f6228f
commit
1bb5f5d45b
@ -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"
|
||||
>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user