CSS Style for Keyma.sh
DisappearingTextKSH by syndric
Details
Authorsyndric
LicenseNo License
CategoryKeymash
Created
Updated
Size387 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Hides correct text
Source code
/* ==UserStyle==
@name DisappearingTextKSH
@version 20220313.18.50
@namespace userstyles.world/user/syndric
@description Hides correct text.
@author syndric
@license No License
==/UserStyle== */
@-moz-document domain("keymash.io") {
.match--correct {
--tw-text-opacity: 0.00 !important;
color: rgba(255,255,255,var(--tw-text-opacity)) !important;
}
}