pinwheel: Style work profile of firefox

This commit is contained in:
Alexander Heldt
2023-09-23 11:22:57 +02:00
parent 023fab5570
commit f5ad491930

View File

@@ -56,7 +56,15 @@ in
id = 1; id = 1;
name = "work"; name = "work";
settings = sharedSettings // {}; settings = sharedSettings // {
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
};
userChrome = ''
.tab-content {
border-top: solid #9400FF !important;
}
'';
}; };
}; };
}; };