The background color for code examples on lodash.com is black which makes the examples totally unreadable. See the 2 screenshots below.
The style that seems to be causing the problem:
.highlight {
background-color: #283646;
color: #ddd;
margin: 0 -999rem;
padding: 3.2rem 999rem;
position: relative;
}
I haven't delved into assets/css/_variables.scss or any other .scss files, so the actual root of the problem could certainly be something that indirectly leads to defining that style with those values.
I verified this with both Chrome (Version 91.0.4472.77 (Official Build) (x86_64)) and Firefox (87.0 (64-bit)).
home page:

Array chunk:

--
The background color for code examples on lodash.com is black which makes the examples totally unreadable. See the 2 screenshots below.
The style that seems to be causing the problem:
I haven't delved into
assets/css/_variables.scssor any other.scssfiles, so the actual root of the problem could certainly be something that indirectly leads to defining that style with those values.I verified this with both Chrome (Version 91.0.4472.77 (Official Build) (x86_64)) and Firefox (87.0 (64-bit)).
home page:
Array chunk:
--