Dark theme for Power-Meter.cc
power-meter.cc - Dark Mode by Nick2bad4u
Imported and mirrored from https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/PowerMeter.cc-DarkMode.user.css
Details
AuthorNick2bad4u
LicenseUnLicense
Categorypower-meter
Created
Updated
Size917 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 power-meter.cc - Dark Mode
@namespace typpi.online
@version 1.1.0
@description Dark theme for Power-Meter.cc
@author Nick2bad4u
@license UnLicense
@homepageURL https://github.com/Nick2bad4u/UserStyles
==/UserStyle== */
@-moz-document domain("power-meter.cc") {
/* Invert colors except images and videos */
:is(
html:not([stylus-iframe]),
img:not(
#profileDropdown img,
#unreadDropdown img
),
svg,
video,
.navbar,
.navbar-nav .dropdown-menu,
#footer,
.dropdown-menu,
.carousel,
#header h1,
.lead,
#faq
) {
-webkit-filter: invert(1) hue-rotate(180deg) !important;
filter: invert(1) hue-rotate(180deg) !important;
}
.dropdown-item:hover {
background: #c3c3c3;
}
#strava-footer {
background: #000 !important;
}
#header h1,
.lead,
#faq {
color: white !important;
text-shadow: 2px 1px #000;
}
}