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