fix: Render markdown with better fidelity#1246
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the CSS styles for the directory README component to support both light and dark themes properly, utilizing CSS variables for colors and borders, and adding specific dark mode overrides for code blocks and table zebra striping. The review feedback suggests removing a redundant text color declaration in the dark mode override for code blocks, as the parent selector's CSS variable already dynamically resolves to the correct foreground color.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
The dark code-block override only needed to change the background; the text color falls through to the parent code rule's var(--foreground), which already resolves to near-white in dark mode. Addresses Gemini review feedback on #1246. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
9ec1bb7 to
c92309c
Compare
No description provided.