From 6e7ecb9aeec06e91a4276c41a7d053f5b1ba1265 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Sat, 29 Aug 2015 17:16:54 +0200 Subject: [PATCH] refactor: bullet style remove custom bullet style to use default style for better readability --- styles/asciidoc.atom-text-editor.less | 1 - 1 file changed, 1 deletion(-) diff --git a/styles/asciidoc.atom-text-editor.less b/styles/asciidoc.atom-text-editor.less index 07b47fc..0773d66 100644 --- a/styles/asciidoc.atom-text-editor.less +++ b/styles/asciidoc.atom-text-editor.less @@ -28,7 +28,6 @@ atom-text-editor, :host { font-style: italic; } - &.list.bullet, &.substitution { color: @syntax-text-color-unobtrusive; }