From da7ef3386e06a9d00b85c0c4d4218ef6cb3a9419 Mon Sep 17 00:00:00 2001 From: burodepeper Date: Thu, 8 Oct 2015 09:56:22 +0200 Subject: [PATCH] Add missing subclasses to .markup --- templates/theme/styles/base.less | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/templates/theme/styles/base.less b/templates/theme/styles/base.less index 93a092328..33119da6a 100644 --- a/templates/theme/styles/base.less +++ b/templates/theme/styles/base.less @@ -259,6 +259,8 @@ atom-text-editor .search-results .marker.current-result .region, } .markup { + -webkit-font-smoothing: auto; + &.bold { color: @orange; font-weight: bold; @@ -277,6 +279,7 @@ atom-text-editor .search-results .marker.current-result .region, font-style: italic; } + &.heading, &.heading .punctuation.definition.heading { color: @blue; } @@ -285,8 +288,15 @@ atom-text-editor .search-results .marker.current-result .region, color: @green; } + &.link { + color: @blue; + } + &.list { - color: @red; + .punctuation, + .variable { + color: @red; + } } &.quote { @@ -298,13 +308,6 @@ atom-text-editor .search-results .marker.current-result .region, } } -.source.gfm .markup { - -webkit-font-smoothing: auto; - &.heading { - color: @green; - } -} - atom-text-editor[mini] .scroll-view, :host([mini]) .scroll-view { padding-left: 1px;