Skip to content

Conversation

@3w36zj6
Copy link
Member

@3w36zj6 3w36zj6 commented Jul 10, 2025

close #145

変更点

@3w36zj6 3w36zj6 requested a review from Copilot July 10, 2025 19:05
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the website’s global CSS to apply a Monokai-inspired theme to code blocks.

  • Adds color rules for various span.typ-* token classes to match Monokai syntax highlighting.
  • Sets a dark background on pre elements for code blocks.
Comments suppressed due to low confidence (1)

website/src/globals.css:158

  • The dark background (#272822) and some of the text colors (e.g., #88846f for comments) may not meet WCAG contrast requirements. Please verify color contrast ratios for accessibility.
	background: #272822;

Copy link
Member

@kimushun1101 kimushun1101 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@3w36zj6 3w36zj6 merged commit f835b9b into main Jul 12, 2025
5 checks passed
@3w36zj6 3w36zj6 deleted the feature/fix-code-block-syntax-highlight branch July 12, 2025 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

コードブロックのシンタックスハイライトが消えている

5 participants