From 5aa92efed21657872498d4ec9b203ced7bd10be2 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Mon, 6 Apr 2020 14:36:28 +0100 Subject: [PATCH] Minor tour style improvements --- src/App.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index a95310ba..72ce41ea 100644 --- a/src/App.vue +++ b/src/App.vue @@ -378,7 +378,7 @@ html { } .v-step__header { - background-color: darken(@global-primary-background, 15%) !important; + background-color: darken(@global-primary-background, 7%) !important; } .v-step__button { @@ -388,9 +388,9 @@ html { // Change step arrow colour // This is awful and hacky and makes me sad, but needs must .v-step .v-step__arrow { - border-color: darken(@global-primary-background, 15%) !important; + border-color: darken(@global-primary-background, 7%) !important; &--dark { - border-color: darken(@global-primary-background, 15%) !important; + border-color: darken(@global-primary-background, 7%) !important; } }