Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regression of code links being blue (Qiskit#336)
Closes Qiskit#335. I git bisected this to Qiskit#292. Before, we weren't actually fully running `theme.js` because JavaScript errors prevented the file from fully executing. @coruscating identified that before the regression, the HTML elements did not have the class `.has-code`, but after they did. I suspect `theme.js` is responsible for that (but I couldn't figure out how!) Either way, these rules about `.has-code` are bad. We should not be setting links to be blue.
- Loading branch information