Makes the text on thenumble.app easier to see by setting the text color to black on bright backgrounds and bolded the text.
Numble Contrast Helper by fxzfun
Details
Authorfxzfun
LicenseGPL
Categorythenumble.app
Created
Updated
Size459 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 Numble Contrast Helper
@version 20220516.04.44
@namespace userstyles.world/user/fxzfun
@description Makes the text on thenumble.app easier to see by setting the text color to black on bright backgrounds and bolded the text.
@author fxzfun
@license GPL
==/UserStyle== */
@-moz-document domain("thenumble.app") {
.btn-warning,
.btn-success {
color: #212121 !important;
}
.btn {
font-weight: bold;
}
}