Skip to content

Numble Contrast Helper by fxzfun

Screenshot of Numble Contrast Helper

Details

Authorfxzfun

LicenseGPL

Categorythenumble.app

Created

Updated

Size459 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the text on thenumble.app easier to see by setting the text color to black on bright backgrounds and bolded the text.

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;
}
}

Reviews

No reviews yet.