starry-fox
starry-fox copied to clipboard
Some free images for librewolf users.
If you are a librewolf user and like this:
just go to profiles/yourprofile/chrome/userContent.css
edit line 71. from:
.wordmark { background: url("images/firefox-wordmark.svg") no-repeat center center !important;
to
.wordmark { background: url("images/librewolf-wordmark.png") no-repeat center center !important;
go to line 82 and edit:
background: url("images/nightly-logo.png") no-repeat center !important;
to
background: url("images/librewolf.png") no-repeat center !important;
Then drop these two .png files into profiles/yourprofile/chrome/images
This could ultimately be an option sagars007 could implement into the user content as editable, but tbh i know zero css so i cant help with that..