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
Hey Nice theme 🧛
Noticed a tiny issue: when sections are expandable it's REALLY hard to see them in black theme.
I should be able to easily tell that the section is expandable:
See screenshots above
See screenshots above, just nagivate to https://dracula.github.io/mkdocs/
Replacing this line in mkdocs.css#L455-L457 with a different stroke color (ex: rgba(248,248,242,1) seems to do the trick:
rgba(248,248,242,1)
[data-bs-theme="dark"] .btn-toggle::after { content: url( ..... stroke='rgba(248,248,242,1)' ...) }
No response
visible on currently deployed gitpage
MacOS
The text was updated successfully, but these errors were encountered:
FernandoCelmer
No branches or pull requests
Hey Nice theme 🧛
Describe the bug
Noticed a tiny issue: when sections are expandable it's REALLY hard to see them in black theme.
Expected Behavior
I should be able to easily tell that the section is expandable:
Current Behavior
See screenshots above
Reproduction Steps
See screenshots above, just nagivate to https://dracula.github.io/mkdocs/
Possible Solution
Replacing this line in mkdocs.css#L455-L457 with a different stroke color (ex:
rgba(248,248,242,1)
seems to do the trick:Additional Information/Context
No response
SDK version used
visible on currently deployed gitpage
Environment details (OS name and version, etc.)
MacOS
The text was updated successfully, but these errors were encountered: