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
I'm using leaflet maps in one of my libs and when I switch from light to dark theme, the background color become visible between the map tiles.
https://pygadm.readthedocs.io/en/latest/usage.html#get-items
The text was updated successfully, but these errors were encountered:
I did soe digging, it's actually a border issue:
html[data-theme=dark] .bd-content img:not(.only-dark):not(.dark-light) { border-radius: .25rem; } html[data-theme=dark] .bd-content div.cell_output .text_html, html[data-theme=dark] .bd-content div.cell_output img { border-radius: .25rem; padding: .5rem; }
I just need to find a clever selector and I'll propose a PR
Sorry, something went wrong.
feat: support leaflet maps in the theme (#1112)
30a0b34
Fix #1110
Successfully merging a pull request may close this issue.
I'm using leaflet maps in one of my libs and when I switch from light to dark theme, the background color become visible between the map tiles.
https://pygadm.readthedocs.io/en/latest/usage.html#get-items
The text was updated successfully, but these errors were encountered: