unitaryfund / mitiq

Mitiq is an open source toolkit for implementing error mitigation techniques on most current intermediate-scale quantum computers.
https://mitiq.readthedocs.io
GNU General Public License v3.0
344 stars 145 forks source link

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

Closed purva-thakre closed 1 month ago

purva-thakre commented 1 month ago

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