From 0857c0aa768df9389ab0929b9c44ca31592441b1 Mon Sep 17 00:00:00 2001 From: pppery Date: Sat, 14 Sep 2024 11:40:18 -0400 Subject: [PATCH] And the other skin too --- src/MoreMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MoreMenu.js b/src/MoreMenu.js index 9d0d4fd..02fb2cd 100644 --- a/src/MoreMenu.js +++ b/src/MoreMenu.js @@ -425,7 +425,7 @@ $( () => { white-space: nowrap; } .mm-submenu { - background: #ffffff; + background: var(--background-color-base, #ffffff);; box-shadow: 0 2px 6px -1px rgba(0,0,0,0.2); min-width: 120px !important; padding: 1px 10px;