Skip to content

Commit

Permalink
Dark mode support
Browse files Browse the repository at this point in the history
  • Loading branch information
pppery authored and MusikAnimal committed Sep 30, 2024
1 parent eb30720 commit 79faa61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MoreMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ $( () => {
white-space: nowrap;
}
.mm-submenu {
background: #ffffff;
background: var(--background-color-base, #ffffff);
border: 1px solid #a2a9b1;
min-width: 120px !important;
${ rightKey }: inherit !important;
Expand Down

0 comments on commit 79faa61

Please sign in to comment.