(2022-01-11, 05:54 PM)Mediahead Wrote: This is painful. That's all I have to say.
also the new logo doesn't work very well on the dark theme
print screen windows
i made one that should work on all themes hopefully ? following a similar colour scheme
I made a quick one:
![[Image: Fan-Restore-logo-Valeyard.png]](https://i.postimg.cc/tCY9RX4v/Fan-Restore-logo-Valeyard.png)
If you want to tinker with it you can download the Paint.NET file 🔍here. I separated everything into layers you can easily re-apply the colours, or even just make a single-colour logo.
You can use a userstyle extension like 🔍Stylus to apply it:
Code:
#logo {
padding:0;
}
#logo .wrapper {
position:relative
}
#logo img {
/*display:none*/
width:0px;
height:0px;
}
#logo img {
box-sizing:border-box;
background:url(https://i.postimg.cc/tCY9RX4v/Fan-Restore-logo-Valeyard.png) no-repeat;
width:395px;
height:70px;
overflow:hidden;
padding-left:395px;
margin:0 0 0 2px;
}