style(docs): Improve theme styling for Jekyll highlight blocks#2106
Merged
Conversation
Contributor
Author
another-rex
approved these changes
Jul 24, 2025
Collaborator
|
Thanks! Looks great! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2106 +/- ##
=======================================
Coverage 67.54% 67.54%
=======================================
Files 173 173
Lines 16338 16338
=======================================
Hits 11035 11035
Misses 4625 4625
Partials 678 678 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
another-rex
added a commit
to google/osv.dev
that referenced
this pull request
Mar 6, 2026
…lity (#4956) A recent just-the-docs update [broke callout block styling](https://google.github.io/osv.dev/post-v1-query/#:~:text=dev/v1/query%22-,The%20API,-has%20a%20response) on the docs pages. This PR adds a custom override to restore callouts to their original styles. Also improved highlight block readability to match [the one applied in osv-scanner docs](google/osv-scanner#2106) a while back. (Warning and Highlight blocks are not used anywhere in the osv.dev docs yet, but this should help ensure the styles are ready for future updates.) --------- Co-authored-by: Rex P <106129829+another-rex@users.noreply.github.com>
tymzd
pushed a commit
to tymzd/osv.dev
that referenced
this pull request
Apr 13, 2026
…lity (google#4956) A recent just-the-docs update [broke callout block styling](https://google.github.io/osv.dev/post-v1-query/#:~:text=dev/v1/query%22-,The%20API,-has%20a%20response) on the docs pages. This PR adds a custom override to restore callouts to their original styles. Also improved highlight block readability to match [the one applied in osv-scanner docs](google/osv-scanner#2106) a while back. (Warning and Highlight blocks are not used anywhere in the osv.dev docs yet, but this should help ensure the styles are ready for future updates.) --------- Co-authored-by: Rex P <106129829+another-rex@users.noreply.github.com>
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 adjusts the Callout block colors for better visibility, most notably affecting the highlight callouts on the guided remediation page
Resolves #1291