mirror of
https://github.com/yuzu-emu/shared-bulma-theme
synced 2024-11-23 15:03:47 +00:00
Changed regular (non-hero) navbar from light to dark theme.
This commit is contained in:
parent
fe6c64f484
commit
652f39dbaf
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
<nav class="navbar is-light is-size-6 is-fixed-top" role="navigation" aria-label="main navigation">
|
||||
<nav class="navbar is-dark is-size-6 is-fixed-top" role="navigation" aria-label="main navigation">
|
||||
{{ partial "nav_contents" . }}
|
||||
</nav>
|
||||
|
||||
|
|
Loading…
Reference in a new issue