From 1fa3e3d68b2c380e8eca991ca3b7d27024665158 Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Thu, 22 Apr 2021 15:30:17 +0200 Subject: [PATCH] Revert "Popover arrow background color" (#1793) --- src/popup/scss/base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/popup/scss/base.scss b/src/popup/scss/base.scss index a2dc78a3b1..54769ebdfa 100644 --- a/src/popup/scss/base.scss +++ b/src/popup/scss/base.scss @@ -22,7 +22,7 @@ body { @include themify($themes) { color: themed('textColor'); - background-color: themed('headerBackgroundColor'); + background-color: themed('backgroundColor'); } &.body-sm {