|
@@ -4,7 +4,7 @@
|
|
<div class="nav-left">
|
|
<div class="nav-left">
|
|
<router-link class="nav-item is-brand" :to="{ path: '/' }">
|
|
<router-link class="nav-item is-brand" :to="{ path: '/' }">
|
|
<img
|
|
<img
|
|
- :src="`${this.siteSettings.logo}`"
|
|
|
|
|
|
+ :src="`${this.siteSettings.logo_white}`"
|
|
:alt="`${this.siteSettings.siteName}` || `Musare`"
|
|
:alt="`${this.siteSettings.siteName}` || `Musare`"
|
|
/>
|
|
/>
|
|
</router-link>
|
|
</router-link>
|
|
@@ -286,12 +286,11 @@ export default {
|
|
font-size: 2.1rem !important;
|
|
font-size: 2.1rem !important;
|
|
line-height: 38px !important;
|
|
line-height: 38px !important;
|
|
padding: 0 20px;
|
|
padding: 0 20px;
|
|
- color: $white;
|
|
|
|
font-family: Pacifico, cursive;
|
|
font-family: Pacifico, cursive;
|
|
- filter: brightness(0) invert(1);
|
|
|
|
|
|
|
|
img {
|
|
img {
|
|
max-height: 38px;
|
|
max-height: 38px;
|
|
|
|
+ color: $musareBlue;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|