We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The MathJax equation renders using a dark foreground colour, so it is almost unreadable on a dark background:
It seems to be related to inheriting the PyTorch theme which has the following section:
article.pytorch-article .math { color: #262626; width: auto; text-align: center; }
If you remove the color attribute using developer mode it becomes easily readable again:
color
The text was updated successfully, but these errors were encountered:
Hi! thanks for your contribution!, great first issue!
Sorry, something went wrong.
cc: @Borda FYI: the page from the screenshots are this page: https://lightning.ai/docs/torchmetrics/stable/multimodal/clip_score.html
wondering if the math extension supports light/dark theme :(
No branches or pull requests
📚 Documentation
The MathJax equation renders using a dark foreground colour, so it is almost unreadable on a dark background:
It seems to be related to inheriting the PyTorch theme which has the following section:
If you remove the
color
attribute using developer mode it becomes easily readable again:The text was updated successfully, but these errors were encountered: