Skip to content

Dark Gatry by vinihvc

Screenshot of Dark Gatry

Details

Authorvinihvc

LicenseMIT

Categorygatry.com

Created

Updated

Size372 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode for gatry.com

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Gatry - dark
@version      20240613.16.07
@namespace    https://userstyles.world/user/vinihvc
@description  Dark mode for gatry.com
@author       vinihvc
@license      CC
==/UserStyle== */

@-moz-document domain("gatry.com") {
html,
img,
video,
iframe {
    filter: invert(0.9);
}
body {
    background-color: white;
}

}

Reviews

No reviews yet.