Fix geoguess inverted colors
Fix geoguess.games colors by augustozanellato
Details
Authoraugustozanellato
LicenseNo License
Categorygeoguess
Created
Updated
Size379 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 Fix geoguess.games colors
@version 20220125.21.35
@namespace userstyles.world/user/augustozanellato
@description Fix geoguess inverted colors
@author augustozanellato
@license No License
==/UserStyle== */
@-moz-document domain("geoguess.games") {
.mapsConsumerUiSceneInternalCoreScene__widget-scene {
filter: invert(1);
}
}