Fixes the search bar input being unreadable because the text color is set to white on a white background
Fearless Revolution Search Color Fix by nestedbones
Details
Authornestedbones
LicenseNo License
CategoryFearLessRevolution
Created
Updated
Size546 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 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;
}
}