docs: improve link contrast in note blocks for dark mode#6440
Conversation
- Adjust link colors in .theme-admonition-note for better visibility - Fix accessibility issue with link contrast Fixes trpc#6224
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
@Pieczasz is attempting to deploy a commit to the trpc Team on Vercel. A member of the Team first needs to authorize it. |
Walkthrough:This pull request adds a new CSS rule in Changes:
Assessment against linked issues:
Poem:
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (19)
🔇 Additional comments (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
commit: |
|
This pull request has been locked because we are very unlikely to see comments on closed issues. If you think, this PR is still necessary, create a new one with the same branch. Thank you. |
Fixes #6224
Closes #6224
🎯 Changes
This PR improves the visibility of links within note blocks (
.theme-admonition-note) in dark mode by adjusting their color contrast to meet WCAG accessibility standards.Before:


After:


Changed files:
www/src/css/custom.css: Updated link colors in note blocks for dark mode✅ Checklist
Summary by CodeRabbit