(Originally filed as wasm-bindgen/wasm-bindgen#1192; +cc @liamcurry)
Highlighted items are hidden in the Github pages API docs. Tested in Brave and Firefox.
Highlighted items are invisible due this selector in rustdoc.css:
.in-band, code {
z-index: -5;
}

versus

(Originally filed as wasm-bindgen/wasm-bindgen#1192; +cc @liamcurry)