Skip to content

Commit

Permalink
Apply dark bg color to context menu (linux)
Browse files Browse the repository at this point in the history
  • Loading branch information
adesurirey committed Sep 19, 2020
1 parent de72933 commit 9b11d14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/notes-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,10 @@ code {
display: none;
}

.context-menu {
background-color: var(--bg-color-dark);
}

.file-node-background {
height: 31px;
}
Expand Down

0 comments on commit 9b11d14

Please sign in to comment.