From d002b03deb78adfcdaec61e993f5f2f78700db55 Mon Sep 17 00:00:00 2001 From: Shea Bunge <info@bungeshea.com> Date: Wed, 22 Jul 2015 16:05:15 +1000 Subject: [PATCH] [yeti theme] Remove duplicate color hex sign --- theme/yeti.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/yeti.css b/theme/yeti.css index dce32588c..bd441fcb9 100644 --- a/theme/yeti.css +++ b/theme/yeti.css @@ -59,7 +59,7 @@ color: #9fb96e; } .cm-s-yeti span.cm-atom { - color:##a074c4; + color: #a074c4; } .cm-s-yeti span.cm-meta { color: #96c0d8; @@ -83,4 +83,4 @@ color: #96c0d8; } .cm-s-yeti .CodeMirror-activeline-background {background: #E7E4E0 !important;} -.cm-s-yeti .CodeMirror-matchingbracket { text-decoration: underline;} \ No newline at end of file +.cm-s-yeti .CodeMirror-matchingbracket { text-decoration: underline;} -- GitLab