Browse Source

Use relative url for overlay image

So it can be correctly resolved when importing vegas.css by other processor (e.g. snowpack)
Pascal Jufer 4 years ago
parent
commit
afefe36ad8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sass/main/vegas.sass

+ 1 - 1
src/sass/main/vegas.sass

@@ -20,7 +20,7 @@
 
 
 .vegas-overlay
 .vegas-overlay
     opacity: .5
     opacity: .5
-    background: transparent url('overlays/02.png') center center repeat
+    background: transparent url('./overlays/02.png') center center repeat
 
 
 .vegas-timer
 .vegas-timer
     top: auto
     top: auto