unitaryfund / mitiq

Mitiq is an open source toolkit for implementing error mitigation techniques on most current intermediate-scale quantum computers.

Home Page:https://mitiq.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dark mode in docs hides `qiskit_circuit.draw()`

purva-thakre opened this issue · comments

In this example of the docs, a code block uses circuit.draw() to visualize the circuit of interest.

In light mode, the circuit is visible as intended
image

But in dark mode, it is not visible because the circuit is drawn in the same color as the background color of the output block.
image

If I drag my cursor through this block to select the text inside it, the circuit is then visible.

image