Skip to content

TextMechanic dark mode invert color by PushkaCom

Screenshot of TextMechanic dark mode invert color

Details

AuthorPushkaCom

LicenseMIT

Categorytextmechanic

Created

Updated

Size985 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

TextMechanic dark mode invert color.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         TextMechanic dark mode invert color
@version      20240730.99.1
@namespace    english
@description  TextMechanic dark mode invert color.
@author       pushka
@license      MIT
==/UserStyle== */

@-moz-document domain("textmechanic.com") {
/* ==UserStyle==
@name         TextMechanic dark mode invert color
@description  TextMechanic dark mode invert color.
@namespace    english
@homepageURL  https://userstyles.world/style/17092
@supportURL   https://userstyles.world/style/17092
@author       pushka  (https://userstyles.world/user/PushkaCom)
@license      MIT

==/UserStyle== */
/*
Pushka - greasy fork list of JS styles
https://greasyfork.org/en/users/9788-ben-pushka
url
https://userstyles.world/user/PushkaCom
*/


body{
    visibility: visible !important;
    filter: invert(1) hue-rotate(180deg) brightness(1.15) contrast(0.77);
    background: #424242;
}

html .container-fluid {
    background: #747474;
}
}

Reviews

No reviews yet.