Tweaked tour highlight style

This commit is contained in:
Joel Collins 2020-04-06 14:13:19 +01:00
parent 30fc1c499d
commit e5943df108

View file

@ -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%;
}