From 2c08ad1da8ca9f1aa2dad3769165ac19ead71356 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 30 Jun 2015 09:48:45 -0400 Subject: [PATCH] Decrease specificity on rule allowing wider application. --- css/app.css | 2 +- scss/_structure.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index da216cd..5597118 100755 --- a/css/app.css +++ b/css/app.css @@ -5711,7 +5711,7 @@ ul, ol, dl { #main .main-content p.wp-caption { margin-bottom: 0; } -#main .editor-content a { +.editor-content a { font-weight: bold; } p.open { diff --git a/scss/_structure.scss b/scss/_structure.scss index 492cda8..b0aa6c7 100755 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -52,7 +52,7 @@ ul, ol, dl { margin-bottom: 0; } } -#main .editor-content a { +.editor-content a { font-weight: bold; } p.open { -- 2.17.1