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