From 7d046bedaee1dbf26f9f84406e7155e87111d121 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Thu, 26 Feb 2026 10:52:09 -0500 Subject: [PATCH] u --- dots/librewolf/userChrome.css | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/dots/librewolf/userChrome.css b/dots/librewolf/userChrome.css index 780d7b7..075e6a9 100644 --- a/dots/librewolf/userChrome.css +++ b/dots/librewolf/userChrome.css @@ -11,6 +11,7 @@ */ /* change menu background color */ +/* #main-window, #toolbarpaletteitem-menu-button, #appmenu-toolbar-button { @@ -19,4 +20,22 @@ #main-menubar > menu[_moz-menuactive="true"] { background-color: hsla(91, 94%, 35%, 0.12) !important; -} \ No newline at end of file +} +*/ + +/* Change background color of context menu */ +.context-menu, .menupopup { + background-color: #8f0404 !important; + color: #ffffff !important; +} + +/* Optional: Style menu items */ +.menuitem, .menuitemlabel { + background-color: #8f0404 !important; + color: #ffffff !important; +} + +/* For popup windows like Preferences or Add-ons */ +.window-background, .dialog { + background-color: #8f0404 !important; +}