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