Skip to content

Commit 70326ad

Browse files
KyleAMathewsclaude
andcommitted
Fix comment contrast with correct color value
Updated CSS to target the actual comment color (#51597D) used by Shiki's Tokyo Night theme and increased contrast to #9099c0 for better readability in dark mode. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2748967 commit 70326ad

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/styles/app.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,8 +518,10 @@ html.dark .shiki.github-light {
518518
/* Improve comment contrast in dark mode */
519519
html.dark .shiki.tokyo-night .token.comment,
520520
html.dark .shiki.tokyo-night span[style*='color:#565F89'],
521-
html.dark .shiki.tokyo-night span[style*='color: #565F89'] {
522-
color: #8b93b8 !important;
521+
html.dark .shiki.tokyo-night span[style*='color: #565F89'],
522+
html.dark .shiki.tokyo-night span[style*='color:#51597D'],
523+
html.dark .shiki.tokyo-night span[style*='color: #51597D'] {
524+
color: #9099c0 !important;
523525
}
524526

525527
/* TanStack Router Devtools */

0 commit comments

Comments
 (0)