Dark mode for OiTchau, based on image inversion.
Oitchau Dark by min4builder
Details
Authormin4builder
LicenseCC-BY-SA
Categoryoitchau.com.br
Created
Updated
Size206 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Oitchau Dark
@version 20230915.20.06
@namespace ?
==/UserStyle== */
@-moz-document domain("oitchau.com.br") {
:root {
filter: invert(100%) hue-rotate(180deg);
}
}