Dark mode for parcelsapp
Parcelsapp.coDarkm by zefir-git
Details
Authorzefir-git
LicenseNo License
Categoryparcelsapp
Created
Updated
Size393 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 parcelsapp.com
@version 20250301.23.09
@namespace ?
==/UserStyle== */
@-moz-document domain("parcelsapp.com") {
:root {
color-scheme: dark;
}
:root,
footer {
filter: invert(1) hue-rotate(180deg);
}
html {
overscroll-behavior: none;
}
img,
svg,
.flag-icon,
.brick-logo,
.courier-icon {
filter: invert(1) hue-rotate(180deg) saturate(1.5);
}
}