realpython.com inverted
realpython.com inverted by chiboreache
Details
Authorchiboreache
LicenseNo License
Categoryrealpython.com
Created
Updated
Size398 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
realpython.com inverted
Source code
/* ==UserStyle==
@name realpython.com inverted
@version 20220502.16.23
@namespace userstyles.world/user/chiboreache
@description realpython.com inverted
@author chiboreache
@license No License
==/UserStyle== */
@-moz-document domain("realpython.com") {
html,
a:not([data-attr="img"]),
img
{
filter: saturate(3) invert(95%) brightness(120%) hue-rotate(0.5turn);
}
}