Removes the greyscale filter on missing Familiars.
[FR] Color Missing Familiars by airazon
Details
Authorairazon
LicenseCC BY-NC-SA
Categoryhttps://www1.flightrising.com/bestiary/
Created
Updated
Size426 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 Color Missing Familiars
@namespace https://www1.flightrising.com/bestiary/
@version v1.0
@description Removes the greyscale filter on missing Familiars.
@author Airazon
==/UserStyle== */
@-moz-document url-prefix("https://www1.flightrising.com/bestiary/") {
.bestiary-familiar[data-unlocked="0"] .bestiary-familiar-tumbnail-frame {
filter: none;
}
}