Dark Mode for Unroll.me
/* ==UserStyle==
@name Unroll.me Dark Mode
@version 20241013.22.60
@namespace Unroll.me
@description Dark Mode for Unroll.me
@author Nick2bad4u
@license The UnLicense
==/UserStyle== */
@-moz-document domain("unroll.me") {
:root {
filter: invert(1);
/* background-color: black; */
}
img:not(.mwe-math-fallback-image-display):not(.mwe-math-fallback-image-inline):not(
img[alt='GPS']
) {
filter: invert(1);
}
.mw-logo {
filter: invert(100%);
}
}