From 4c2cbcdbcf0bb26ffcb6f7edfb36ec7e6646a46d Mon Sep 17 00:00:00 2001 From: simurai Date: Mon, 4 Dec 2017 13:56:45 +0900 Subject: [PATCH] Remove background for .syntax--separator --- styles/syntax/_base.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/styles/syntax/_base.less b/styles/syntax/_base.less index 5a70fca..803c744 100644 --- a/styles/syntax/_base.less +++ b/styles/syntax/_base.less @@ -97,7 +97,6 @@ .syntax--string { color: @hue-4; - &.syntax--regexp { color: @hue-1; @@ -233,7 +232,6 @@ } &.syntax--separator { - background-color: #373b41; color: @mono-1; }