reworked interface colors

This commit is contained in:
Michael 2019-06-04 18:54:37 +02:00
parent 698e0322b3
commit 4717aa4fdd
3 changed files with 12 additions and 12 deletions

View File

@ -9,7 +9,7 @@
// to match your app's branding. // to match your app's branding.
// Tip: Use the "Theme Builder" on Quasar's documentation website. // Tip: Use the "Theme Builder" on Quasar's documentation website.
$primary = #027BE3 $primary = #2fbf28
$secondary = #26A69A $secondary = #26A69A
$accent = #9C27B0 $accent = #9C27B0

View File

@ -62,7 +62,7 @@
<q-item-label header>BuGa Geocaching</q-item-label> <q-item-label header>BuGa Geocaching</q-item-label>
<q-item <q-item
clickable clickable
class="text-primary" class="text-black"
v-ripple v-ripple
tag="a" tag="a"
to="/" to="/"
@ -77,7 +77,7 @@
<q-item <q-item
v-if="this.$store.state.auth.isAuthenticated" v-if="this.$store.state.auth.isAuthenticated"
clickable clickable
class="text-primary" class="text-black"
v-ripple v-ripple
tag="a" tag="a"
to="/qr-scanner" to="/qr-scanner"
@ -91,7 +91,7 @@
</q-item> </q-item>
<q-item <q-item
clickable clickable
class="text-primary" class="text-black"
v-ripple v-ripple
tag="a" tag="a"
to="/Overview" to="/Overview"
@ -106,7 +106,7 @@
<q-item <q-item
v-if="this.$store.state.auth.isAuthenticated" v-if="this.$store.state.auth.isAuthenticated"
clickable clickable
class="text-primary" class="text-black"
v-ripple v-ripple
tag="a" tag="a"
to="/mycaches" to="/mycaches"
@ -120,7 +120,7 @@
</q-item> </q-item>
<q-item <q-item
clickable clickable
class="text-primary" class="text-black"
v-ripple v-ripple
tag="a" tag="a"
to="/ranking" to="/ranking"
@ -135,7 +135,7 @@
<q-item <q-item
v-if="this.$store.state.auth.isAuthenticated" v-if="this.$store.state.auth.isAuthenticated"
clickable clickable
class="text-primary" class="text-black"
v-ripple v-ripple
tag="a" tag="a"
to="/Profile" to="/Profile"
@ -150,7 +150,7 @@
<q-item <q-item
v-if="!this.$store.state.auth.isAuthenticated" v-if="!this.$store.state.auth.isAuthenticated"
clickable clickable
class="text-primary" class="text-black"
v-ripple v-ripple
tag="a" tag="a"
to="/Register" to="/Register"
@ -165,7 +165,7 @@
<q-item <q-item
v-if="this.$store.state.auth.isAuthenticated" v-if="this.$store.state.auth.isAuthenticated"
clickable clickable
class="text-primary" class="text-black"
v-ripple v-ripple
tag="a" tag="a"
@click="logout()" @click="logout()"
@ -181,7 +181,7 @@
<q-item <q-item
v-if="!this.$store.state.auth.isAuthenticated" v-if="!this.$store.state.auth.isAuthenticated"
clickable clickable
class="text-primary" class="text-black"
v-ripple v-ripple
tag="a" tag="a"
to="/Login" to="/Login"

View File

@ -11,7 +11,7 @@
<q-expansion-item <q-expansion-item
expand-separator expand-separator
rounded-borders rounded-borders
class="bg-green-3 text-black shadow-2 full-width q-mt-md" class="bg-primary text-black shadow-2 full-width q-mt-md"
label="Was ist GeoCaching?" label="Was ist GeoCaching?"
> >
<q-card> <q-card>
@ -33,7 +33,7 @@
<q-card-section> <q-card-section>
<div class="text-h6">Loslegen</div> <div class="text-h6">Loslegen</div>
<q-btn color="green-3" text-color="black" class="full-width q-mt-md" label="Zu den Caches" to="/Overview"/> <q-btn color="primary" text-color="black" class="full-width q-mt-md" label="Zu den Caches" to="/Overview"/>
</q-card-section> </q-card-section>
</q-card> </q-card>
</div> </div>