From 8c9780d561f4ffe5809256a21f5a4319ce41558d Mon Sep 17 00:00:00 2001 From: Kevin Rode Date: Sun, 3 Jan 2021 03:16:09 -0500 Subject: [PATCH] Fixed background color and Jill Transparency --- styles/base.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/base.less b/styles/base.less index 5b01518..1401c52 100644 --- a/styles/base.less +++ b/styles/base.less @@ -313,10 +313,10 @@ atom-text-editor { atom-text-editor[mini] .scroll-view { padding-left: 1px; } -.item-views { - background-image: url("atom://va11halla-syntax/styles/JillTransparent.png"); +.editor { + background: url("atom://va11halla-syntax/styles/JillTransparent.png"); background-position: right; background-repeat: no-repeat; background-size: auto 100%; - background-color: #FFFFFF; + }