Skip to content

NYTProf Dark Mode by ahollandECS

Details

AuthorahollandECS

LicenseNo License

Category*nytprof*

Created

Updated

Size787 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode for NYTProf html reports

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         NYTProf Dark Mode
@version      20230915.16.51
@namespace    userstyles.world/user/ahollandECS
@description  Dark mode for NYTProf html reports
@author       ahollandECS
@license      No License
==/UserStyle== */

@-moz-document url-prefix("http://andrew.sandbox7.ecstuning.io/testing/nytprof2/Pricing-pm-410-line.html#163") {
body {
    background: #222;
    color: #aaa;
}

caption,th,.h { background: #444 }
a { color: #8ac6f2 }
a:hover,a:hover:visited { color: #e7f6da }
a:visited { color: #a34 }

.c0,.c1,.c2,.c3 { background:#444 }
.c0 { color: #e5786d }
.c1 { color: #fa7 }
.c2 { color: #cae682 }
.c3 { color: #95e454 }

.calls:hover { background-color: #aaa }

svg * { filter: brightness(70%) }
svg text { fill: #fff; color: #fff; filter: none; }
}

Reviews

No reviews yet.