numpy.org inverted
numpy.org inverted by chiboreache
Details
Authorchiboreache
LicenseNo License
Categorynumpy.org
Created
Updated
Size443 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
numpy.org inverted
Source code
/* ==UserStyle==
@name numpy.org inverted
@version 20220503.18.58
@namespace userstyles.world/user/chiboreache
@description numpy.org inverted
@author chiboreache
@license No License
==/UserStyle== */
@-moz-document domain("numpy.org") {
html {
filter: saturate(3) invert(95%) brightness(120%) hue-rotate(0.5turn);
}
img {
filter: saturate(1) invert(250%) brightness(100%) hue-rotate(0turn) !important
}
}