Turns the Offline logo into the Facebook logo. WIP as i need to make a sharper version when im next on my desktop.
Facebook logo for Offline (WIP) by moonieloonie
Details
Authormoonieloonie
LicenseNo License
CategoryOffline
Created
Updated
Size873 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name off---line.com - Dec 2023
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("off---line.com") {
#sidebar .home {
background: #3b5998 url("https://media.discordapp.net/attachments/473079589367840778/1184257570286878740/beebebebebeeee.png?ex=658b50cf&is=6578dbcf&hm=5a2984b9a2073de13b34a70c41ea4f2501a7b0eb217ee8afeda8778718a800a2&=&format=webp&quality=lossless&width=256&height=93") no-repeat bottom left;
}
#sidebar .home:hover {
background: #3b5998 url("https://media.discordapp.net/attachments/473079589367840778/1184257603262500924/babababaaaaa.png?ex=658b50d7&is=6578dbd7&hm=7dbb7a0dad4f21f66721014112caa5e4c177afe14e9bdb9f7948fd4410f67942&=&format=webp&quality=lossless&width=256&height=93") no-repeat bottom left;
}
}