up to Blades CSS v2.4.3, syntax highlighting via PrismJS, and other visual improvements#22
Open
tonystar wants to merge 5 commits into
Open
up to Blades CSS v2.4.3, syntax highlighting via PrismJS, and other visual improvements#22tonystar wants to merge 5 commits into
tonystar wants to merge 5 commits into
Conversation
…-all class to footer container
…ck language identifiers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR brings a series of incremental improvements to the Pallets Projects website, focusing on layout correctness, visual polish, and code presentation.
Changes
Upgrade Blades CSS to 2.4.3 — Updated
layout.htmlandindex.htmlto reference the new version of the Blades CSS framework. The project grid layout was refactored to prevent double-linking on project cards. (91af3eb)Refactor footer styles — Removed redundant footer list CSS rules from
style.cssand replaced them with theunlist-allutility class directly on the footer container inlayout.html, reducing style duplication. (7d2da3d)Fix project logo dark mode — Corrected the dark-version logo rendering in
project.htmlso project logos display properly in dark mode. (d8f6cb7)Integrate PrismJS for syntax highlighting — Added PrismJS to
project.htmlfor code block syntax highlighting. Corrected language identifiers injinja.md,markupsafe.md, andquart.mdto ensure proper highlighting of code samples on project pages. (bb323e3)(AI summary based on commits)