From 0b4d24970296c5f116ab167d1a0626b188dac95b Mon Sep 17 00:00:00 2001 From: lelgenio Date: Mon, 6 Sep 2021 20:56:02 -0300 Subject: [PATCH] firefox: remove accent color from title bar --- dotfiles/firefox/chrome/userChrome.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/firefox/chrome/userChrome.css b/dotfiles/firefox/chrome/userChrome.css index f609476..ac88e1a 100644 --- a/dotfiles/firefox/chrome/userChrome.css +++ b/dotfiles/firefox/chrome/userChrome.css @@ -10,10 +10,10 @@ :root { --arrowpanel-menuitem-padding: 2px !important; } - .titlebar-color { + /* .titlebar-color { color: -moz-accent-color-foreground; background-color: -moz-accent-color; - } + } */ .tab-background { border-radius: 0px 0px !important; margin-bottom: 0px !important;