From 85c9ff69ff37fa6f2c036dbc0a239e1817a301b4 Mon Sep 17 00:00:00 2001 From: frantic1048 Date: Thu, 21 Jul 2016 22:52:13 +0800 Subject: [PATCH] fix bad url syntax --- styles/ui-variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/ui-variables.less b/styles/ui-variables.less index a43981f..401122a 100644 --- a/styles/ui-variables.less +++ b/styles/ui-variables.less @@ -107,7 +107,7 @@ @editor-background-color: rgba(0, 0, 0, 0); @window-background-image: linear-gradient(to right, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), - url("); + url(""); @window-background-position: center, top center; @window-background-size: cover; @window-background-repeat: no-repeat;