pytorch.org - inverted
pytorch.org - inverted by chiboreache
Details
Authorchiboreache
LicenseNo License
Categoryhttps://pytorch.org
Created
Updated
Size748 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
pytorch.org - inverted
Source code
/* ==UserStyle==
@name pytorch.org - inverted
@version 20231116.18.14
@namespace userstyles.world/user/chiboreache
@description pytorch.org - inverted
@author chiboreache
@license No License
==/UserStyle== */
@-moz-document domain("pytorch.org") {
html {
background-color: white !important;
filter: saturate(3) invert(95%) brightness(100%) hue-rotate(0.45turn);
}
.container-fluid {
background-color: #fff;
filter: brightness(100%) hue-rotate(0.45turn);
}
.site-footer {
background-color: #fff;
filter: brightness(100%) hue-rotate(0.45turn);
}
.privacy-policy {
display: none !important;
}
img {
filter: saturate(1) invert(100%) brightness(100%) hue-rotate(-0.45turn) !important;
}
}