diff --git a/apps/firefox/profiles/web-app.nix b/apps/firefox/profiles/web-app.nix index 7f32edb..57f807a 100644 --- a/apps/firefox/profiles/web-app.nix +++ b/apps/firefox/profiles/web-app.nix @@ -14,14 +14,9 @@ ublock-origin bitwarden tridactyl - new-tab-override ]; settings = { - # --- New Tab Override --- - "extensions.newtaboverride@agenedia.com.url" = url; - "extensions.newtaboverride@agenedia.com.type" = 1; # URL mode - # --- Privacy & Hardening --- "browser.contentblocking.category" = "strict"; "privacy.trackingprotection.enabled" = true; @@ -99,6 +94,7 @@ transition: transform var(--uc-autohide-toolbar-duration) ease var(--uc-autohide-toolbar-delay), opacity var(--uc-autohide-toolbar-duration) ease var(--uc-autohide-toolbar-delay) !important; position: relative; z-index: 2; + background-color: #1c1b22 !important; /* Solid background */ } #navigator-toolbox, @@ -170,4 +166,4 @@ #titlebar { appearance: none !important; } #PersonalToolbar { visibility: collapse !important; } ''; -} +} \ No newline at end of file