People who are color blind and use this style cannot see the page
This is a logically true statement
Authorfunkyqchicken
LicenseNo License
Categoryuserstyles
Created
Updated
Size418 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
People who are color blind and use this style cannot see the page
This is a logically true statement
/* ==UserStyle==
@name shuttletracker.app anti color blind mode
@version 20211112.03.31
@namespace userstyles.world/user/funkyqchicken
@description People who are color blind and use this style cannot see the page
This is a logically true statement
@author funkyqchicken
@license No License
==/UserStyle== */
@-moz-document domain("shuttletracker.app") {
* {
visibility: hidden;
}
}