Improve code block styling, fix blockquote quotes, and adjust typography consistency #18
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR improves code block visual styling, fixes blockquote quote display, and ensures typography consistency across blog posts.
Changes
Code Block Styling
#f9fafb) with rounded corners and proper spacingBlockquote Improvements
leading-[1.7] md:leading-[1.8])Typography Consistency
Post Content Updates
Configuration
_config.ymlto improve code block renderingTechnical Details
!importantflags to override Tailwind Typography defaultsFiles Changed
_config.yml- Rouge configuration_includes/head.html- Code block and blockquote CSS fixes_layouts/post.html- Typography consistency adjustments_posts/2025-12-14-ERC-8004 × Codatta: The Reconstruction Episode — I Became You When I Grew Up.markdown- Title hierarchy and content updates_posts/2025-12-19-open-robotic-data-at-scale-ecosystem-formation-and-implications.markdown- Link format fix_posts/2025-12-25-the-minds-behind-the-data-what-we-learned-from-our-top-contributors.markdown- Link format fixTesting