diff --git a/hosts/pinwheel/modules/firefox/default.nix b/hosts/pinwheel/modules/firefox/default.nix index 3bee597..e92c3f6 100644 --- a/hosts/pinwheel/modules/firefox/default.nix +++ b/hosts/pinwheel/modules/firefox/default.nix @@ -56,7 +56,15 @@ in id = 1; name = "work"; - settings = sharedSettings // {}; + settings = sharedSettings // { + "toolkit.legacyUserProfileCustomizations.stylesheets" = true; + }; + + userChrome = '' + .tab-content { + border-top: solid #9400FF !important; + } + ''; }; }; };