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.
// Tip: Use the "Theme Builder" on Quasar's documentation website.
$primary = #027BE3
$primary = #2fbf28
$secondary = #26A69A
$accent = #9C27B0

View File

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

View File

@ -11,7 +11,7 @@
<q-expansion-item
expand-separator
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?"
>
<q-card>
@ -33,7 +33,7 @@
<q-card-section>
<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>
</div>