A dark mode style for championmastery.gg.
Dark championmastery.gg by LWChris
Details
AuthorLWChris
LicenseNo License
Categorychampionmastery
Created
Updated
Size687 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 Dark championmastery.gg
@version 20230529.16.47
@namespace ?
==/UserStyle== */
@-moz-document domain("championmastery.gg") {
html {
background-color: white; /* will be inverted to black */
filter: invert(1);
}
img, .chest, .championSpritesheet, .responsiveAds, iframe {
/* Restore image and ad colors by inverting those back */
filter: invert(1);
}
#navbar-logo img {
/* Don't restore the logo because of its dark font */
filter: none;
/* Alternative ruleset (somewhat preserves the original color scheme). */
/* filter: invert(0.65) saturate(5); */
}
#profileLinks a {
margin: 0 15px;
}
}