Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8a91761045
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| <svg width="233" height="24" viewBox="0 0 233 24" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
| <g id="World Developers"> | ||
| <g id="Vector"> | ||
| <path d="M12.0083 24C9.83769 24 7.83075 23.4627 5.99078 22.3849C4.1508 21.3103 2.69151 19.8521 1.61624 18.0133C0.537634 16.1713 0 14.1691 0 12C0 9.83092 0.537634 7.82536 1.61624 5.98665C2.69151 4.14794 4.1508 2.68966 5.99078 1.61513C7.83075 0.537264 9.83769 0 12.0083 0C14.1788 0 16.1858 0.537264 18.0258 1.61513C19.8657 2.69299 21.325 4.14794 22.4003 5.98665C23.4756 7.82536 24.0165 9.83092 24.0165 12C24.0165 14.1691 23.4789 16.1746 22.4003 18.0133C21.325 19.8521 19.8657 21.3103 18.0258 22.3849C16.1858 23.4594 14.1788 24 12.0083 24ZM1.01516 13.2747V10.7753H23.0247V13.2747H1.01516ZM12.0083 21.4472C13.7113 21.4472 15.2775 21.0267 16.7101 20.1858C18.1426 19.3448 19.2713 18.2002 20.0961 16.7486C20.921 15.3003 21.3317 13.7152 21.3317 11.9967C21.3317 10.2781 20.9176 8.69633 20.0961 7.24805C19.2713 5.79978 18.1426 4.65517 16.7101 3.8109C15.2775 2.96997 13.7113 2.5495 12.0083 2.5495C10.3052 2.5495 8.73905 2.96997 7.30648 3.8109C5.8739 4.65184 4.7452 5.79644 3.92038 7.24805C3.09557 8.69633 2.68149 10.2814 2.68149 11.9967C2.68149 13.7119 3.09223 15.297 3.92038 16.7486C4.7452 18.1969 5.8739 19.3415 7.30648 20.1858C8.73905 21.0267 10.3052 21.4472 12.0083 21.4472ZM5.60007 12.1802V11.8665C5.60007 10.6352 5.89393 9.52058 6.485 8.5228C7.07606 7.52503 7.90422 6.74082 8.97281 6.16685C10.0414 5.59288 11.2603 5.30923 12.6327 5.30923H20.6805L21.7224 7.75528H12.6828C11.3638 7.75528 10.2985 8.14238 9.49374 8.91324C8.68562 9.68409 8.28156 10.6685 8.28156 11.8665V12.1802C8.28156 13.3949 8.68562 14.3826 9.49374 15.1468C10.3019 15.911 11.3638 16.2914 12.6828 16.2914H21.7224L20.6805 18.7375H12.6327C11.2603 18.7375 10.0414 18.4505 8.97281 17.8799C7.90422 17.3059 7.07606 16.5217 6.485 15.5239C5.89393 14.5261 5.60007 13.4116 5.60007 12.1802Z" fill="var(--fill-0, #2D2C2C)"/> |
There was a problem hiding this comment.
Use a light fallback fill for dark navbar logo
docs.json now points dark mode to /logo/world-developers-white.svg (line 361), but every path in this asset uses fill="var(--fill-0, #2D2C2C)". Since this logo is loaded as an external SVG image, page-level CSS variables are not inherited into the SVG document, so the fallback #2D2C2C is used and the “white” logo renders dark. On dark theme headers this makes the brand mark low-contrast or effectively invisible.
Useful? React with 👍 / 👎.
No description provided.