Skip to content

Official Dark Mode forum.qt.io by azuresea

Screenshot of Official Dark Mode forum.qt.io

Details

Authorazuresea

LicenseCCSANM

Categoryforum.qt.io

Created

Updated

Size412 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

official Dark mode

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Official Dark Mode forum.qt.io
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    official Dark mode
@author         osirisgothra (Gabriel Sharp <osirisgothra@hotmail.com>)
==/UserStyle== */

@-moz-document domain("forum.qt.io") {
    :root
    {
        filter: invert(100%) hue-rotate(180deg) saturate(45%) brightness(90%) contrast(85%);
    }
}

Reviews

No reviews yet.