Skip to content

pytorch.org - inverted by chiboreache

Screenshot of pytorch.org - inverted

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

pytorch.org - inverted

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;
}
}

Reviews

No reviews yet.