Skip to content

[FR] Color Missing Familiars by airazon

Screenshot of [FR] Color Missing Familiars

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

Removes the greyscale filter on missing Familiars.

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;
    }
}

Reviews

No reviews yet.