From f81f95e830dea7841da41d1e780aa35bea9795b1 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 24 Jun 2013 08:32:33 -0700 Subject: [PATCH] :lipstick: --- themes/atom-dark-syntax.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/atom-dark-syntax.less b/themes/atom-dark-syntax.less index 81f698f6f..8a2eca64e 100644 --- a/themes/atom-dark-syntax.less +++ b/themes/atom-dark-syntax.less @@ -129,10 +129,10 @@ .source .string .source { color: #EDEDED; -} -.source .string .source .punctuation.section.embedded { - color: #00A0A0; + .punctuation.section.embedded { + color: #00A0A0; + } } .string {