From e5943df1080a29363bd8ad1f706ec2bcfad4bbb2 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Mon, 6 Apr 2020 14:13:19 +0100 Subject: [PATCH] Tweaked tour highlight style --- src/App.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 07839c59..cc116c60 100644 --- a/src/App.vue +++ b/src/App.vue @@ -349,7 +349,8 @@ html { // Style tour .v-tour__target--highlighted { - box-shadow: 0px 0px 180px 40px rgba(0, 0, 0, 0.4) !important; + box-shadow: 0px 40px 160px 20px rgba(0, 0, 0, 0.5), + 0px 0px 0px 4px rgba(128, 128, 128, 0.5) !important; border-radius: 5px; opacity: 100%; }