Skip to content

Imobzi Dark by min4builder

Details

Authormin4builder

LicenseCC-BY-SA

Categorymy.imobzi.com

Created

Updated

Size392 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode for Imobzi, also for Imobzi developers, based on color inversion.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Imobzi Dark
@version      20230915.19.35
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("http://localhost:8100"), domain("my.imobzi.com") {
:root {
    filter: invert(100%) hue-rotate(180deg);
}
img, ion-menu, ion-backdrop {
    filter: invert(100%) hue-rotate(180deg);
}
ion-menu img {
    filter: none;
}
* {
    box-shadow: none !important;
}
}

Reviews

No reviews yet.