Skip to content

Matomo - Dark by leyarotheconquerer

Screenshot of Matomo - Dark

Details

Authorleyarotheconquerer

LicenseMIT

Categorymatomo.org

Created

Updated

Size561 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark style for matomo.com and for Matomo deployments

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Matomo - Dark
@version      20230705.21.54
@namespace    userstyles.world/user/leyarotheconquerer
@description  Dark style for matomo.com and for Matomo deployments
@author       leyarotheconquerer
@license      MIT
==/UserStyle== */

@-moz-document domain("matomo.org") {
html {
    filter: invert(100%) hue-rotate(180deg);
}

img,
nav,
.bannerHeader {
    filter: invert(100%) hue-rotate(180deg);
}

nav img {
    filter: invert(0%);
}

.label img {
    filter: invert(100%) hue-rotate(180deg) drop-shadow(0px 0px 1px #000);
}
}

Reviews

No reviews yet.