Merge branch 'master' into 2015-Change-welcome-text

This commit is contained in:
Alexander Friedland 2022-07-06 09:56:18 +02:00 committed by GitHub
commit 3e57cfa033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ export default {
<style lang="scss">
.authNavbar > .nav-link {
color: #383838 !important;
color: #0e79bc !important;
}
.navbar-toggler {
@ -54,7 +54,7 @@ export default {
}
.authNavbar > .router-link-exact-active {
color: #0e79bc !important;
color: #383838 !important;
}
button.navbar-toggler > span.navbar-toggler-icon {

View File

@ -5,7 +5,7 @@
@click.prevent="saveLocale(lang.code)"
:key="lang.code"
class="pointer pr-2"
:class="$store.state.language === lang.code ? 'c-blau' : 'c-grey'"
:class="$store.state.language === lang.code ? 'c-grey' : 'c-blau'"
>
<span class="locales">{{ lang.name }}</span>
<span class="ml-3">{{ locales.length - 1 > index ? $t('math.pipe') : '' }}</span>