From 510a71a30903251f4fd67a5acdf3008ba83027c0 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Mon, 2 Dec 2019 21:49:44 -0500 Subject: [PATCH] Popup chervon color fix --- skinStyles/ext.popups.main.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/skinStyles/ext.popups.main.less b/skinStyles/ext.popups.main.less index e5bc07fe..4eef2566 100644 --- a/skinStyles/ext.popups.main.less +++ b/skinStyles/ext.popups.main.less @@ -16,6 +16,10 @@ .mwe-popups { background: @dark-bg-50; + &.mwe-popups-image-tri:after { + border-color: @dark-bg-50; + } + .mwe-popups-container, .mwe-popups-extract { color: @dark-text-90;