Renders treeherder (mozilla's test / infrastructure tool) in dark mode via CSS inversion.
TreeHerder Dark by MReschenberg

Details
AuthorMReschenberg
LicenseNo License
Categorytreeherder.mozilla.org
Created
Updated
Code size457 B
Code checksum92c98232
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name TreeHerder Dark
@version 20250407.18.48
@namespace ?
@description Renders treeherder (mozilla's test / infrastructure tool) in dark mode via CSS inversion.
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://treeherder.mozilla.org") {
html, .resultStatusChicklets, .badge-danger, .text-danger, .text-success, .job-btn:not(.btn-dkgray), .group-btn {
filter: invert(0.9);
}
}