Skip to content

Fearless Revolution Search Color Fix by nestedbones

Details

Authornestedbones

LicenseNo License

CategoryFearLessRevolution

Created

Updated

Code size546 B

Code checksumea5f438c

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fixes the search bar input being unreadable because the text color is set to white on a white background

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Fearless Revolution Search Color Fix
@version      20211009.15.59
@namespace    userstyles.world/user/nestedbones
@description  Fixes the search bar input being unreadable because the text color is set to white on a white background
@author       nestedbones
@license      No License
==/UserStyle== */

@-moz-document domain("fearlessrevolution.com") {
/* Fixes the search bar input being unreadable because the text color is set to white on a white background - wth?*/
.gsc-input {
    color: black !important;
}
}

Reviews

No reviews yet.