Dark mode for gatry.com
Dark Gatry by vinihvc
Details
Authorvinihvc
LicenseMIT
Categorygatry.com
Created
Updated
Size372 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 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;
}
}