Skip to content

Commit

Permalink
simplify context menu colors' code
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanvir1337x committed Jul 16, 2024
1 parent c95027c commit 6aa1320
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions chrome/menu/contextmenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ menupopup > menuseparator {
/* Based on: <https://github.com/Redundakitties/colorful-minimalist/raw/main/hacks/darkContextMenu.css> */
/* background */
menupopup {
--panel-background: linear-gradient(
var(--lwt-accent-color),
#202020
) !important;
--panel-border-color: rbg(0, 0, 0) !important;
--panel-background: #202020 !important;
--panel-border-color: rgba(
32,
32,
32,
0
) !important; /* Transparent panel border */
}

/* foreground */
Expand Down

0 comments on commit 6aa1320

Please sign in to comment.