Commit e5943df1 authored by Joel Collins's avatar Joel Collins
Browse files

Tweaked tour highlight style

parent 30fc1c49
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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%;
}