Change alert headers from uppercase to small-caps#77
Merged
Conversation
Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
2 tasks
devin-ai-integration bot
added a commit
that referenced
this pull request
Apr 6, 2026
This reverts commit 7f4f7c8.
1 task
oliver-ni
pushed a commit
that referenced
this pull request
Apr 6, 2026
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.
Summary
Changes alert header text styling from
uppercasetosmall-caps([font-variant:small-caps]) in two places:templates/shortcodes/alert.html— the alert shortcode used across content pagestemplates/index.html— the post notification macro on the homepageReview & Testing Checklist for Human
Notes
Tailwind's arbitrary property syntax
[font-variant:small-caps]is used since there's no built-in Tailwind utility forfont-variant. Verified the class is generated correctly by the Tailwind build.Link to Devin session: https://app.devin.ai/sessions/0e2e236fa211468c9f8a47903a3c75cd
Requested by: @oliver-ni