nngroup.com quick and dirty made dark
nngroup.com - Dark by peteruithoven
Details
Authorpeteruithoven
LicenseNo License
Categorynngroup.com
Created
Updated
Size741 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 nngroup.com - Dark
@version 20240629.17.15
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.nngroup.com/") {
html, body, .teaser, .logo .highlight, input, nav, .table-of-contents, .tile, .share-widget {
background: black !important;
}
body {
--color-neutral-0: #fff;
}
input {
color: var(--color-neutral-0);
}
.learn-more {
background: #333 !important;
}
.sidebar-item a {
background: #333 !important;
}
footer.main, footer.main a {
color: black;
}
body.publication section.lede, .authors-and-topics, figcaption {
color: #999 !important;
}
body.article-detail .article-container .article-content img:not(td img) {
border-color: #333 !important;
}
}