Compare commits

..

No commits in common. "2a2cafa517780e870a220b33d7af00d10e6cc35e" and "7bea0ec7bdf18be91a6f38dabcfa0bd9878884a7" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -21,8 +21,7 @@ defaultPref("privacy.resistFingerprinting", false);
// Disable strict tracking protection for Ad Nauseam, don't use this without // Disable strict tracking protection for Ad Nauseam, don't use this without
// it. Via https://github.com/dhowe/AdNauseam/issues/1747#issuecomment-1397068835 // it. Via https://github.com/dhowe/AdNauseam/issues/1747#issuecomment-1397068835
// https://addons.mozilla.org/firefox/addon/adnauseam/ // https://addons.mozilla.org/firefox/addon/adnauseam/
// DO NOT DO THIS! https://codeberg.org/librewolf/issues/issues/1439 defaultPref("browser.contentblocking.category", "standard");
//defaultPref("browser.contentblocking.category", "standard");
// Enable letterboxing // Enable letterboxing
defaultPref("privacy.resistFingerprinting.letterboxing", true); defaultPref("privacy.resistFingerprinting.letterboxing", true);

View File

@ -32,7 +32,7 @@ tooltip label {
} }
#workspaces button.focused { #workspaces button.focused {
background: #ffffff; background: #64727d;
border-bottom: 3px solid #ff0000; border-bottom: 3px solid #ff0000;
} }