From 1a78fd28d97095ab210280c26d0f6593917632ac Mon Sep 17 00:00:00 2001 From: Alexander Botteram Date: Mon, 12 Nov 2018 14:27:10 +0100 Subject: [PATCH] Increase marker color specificity --- css/src/metabox.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/src/metabox.scss b/css/src/metabox.scss index 7641849fa4f..ff705970545 100644 --- a/css/src/metabox.scss +++ b/css/src/metabox.scss @@ -727,7 +727,7 @@ ul.wpseo-metabox-tabs li.wpseo-tab-add-keyword { margin: 0; } -.annotation-text-yoast { +.editor-styles-wrapper mark.annotation-text-yoast { background-color: #e1bee7; }