mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
[web] Set light colour to navigation bar
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<nav class="navbar is-fixed-top" :style="zindex">
|
||||
<nav class="navbar is-fixed-top is-light" :style="zindex">
|
||||
<div class="navbar-brand is-flex-grow-1">
|
||||
<control-link
|
||||
v-for="menu in menus.filter((menu) => menu.show && menu.icon)"
|
||||
|
||||
Reference in New Issue
Block a user