DOC-418 (hotfix) Fix gray card icons on Azure docs home page - #913
Open
remotesynth wants to merge 1 commit into
Open
DOC-418 (hotfix) Fix gray card icons on Azure docs home page#913remotesynth wants to merge 1 commit into
remotesynth wants to merge 1 commit into
Conversation
The Sample Apps and Changelog cards imported file.svg and change.svg, which have gray (#707385) hardcoded in their fill and are authored at 15px for use as CSS background-images in custom.css. The other cards use the purple 36x36 *_Color.svg set, so those two rendered gray and undersized. Point Changelog at the existing CIPipelines_Color.svg, and add SampleApps_Color.svg -- the same document artwork as file.svg, recolored to #4D0DCF and padded to match the set's optical sizing. file.svg and change.svg are left untouched so the .file-icon and .change-icon CSS rules keep rendering gray. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
remotesynth
requested review from
HarshCasper and
quetzalliwrites
as code owners
September 2, 2026 11:23
Deploying localstack-docs with
|
| Latest commit: |
ee08b4f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://83ba5127.localstack-docs.pages.dev |
| Branch Preview URL: | https://doc-418-grayed-out-icons.localstack-docs.pages.dev |
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.
The Sample Apps and Changelog cards imported file.svg and change.svg, which have gray (#707385) hardcoded in their fill and are authored at 15px for use as CSS background-images in custom.css. The other cards use the purple 36x36 *_Color.svg set, so those two rendered gray and undersized.
Point Changelog at the existing CIPipelines_Color.svg, and add SampleApps_Color.svg -- the same document artwork as file.svg, recolored to #4D0DCF and padded to match the set's optical sizing. file.svg and change.svg are left untouched so the .file-icon and .change-icon CSS rules keep rendering gray.