fix(#7572): make mascot images visible in dark theme using filters#7573
Open
Junnygram wants to merge 1 commit intolayer5io:masterfrom
Open
fix(#7572): make mascot images visible in dark theme using filters#7573Junnygram wants to merge 1 commit intolayer5io:masterfrom
Junnygram wants to merge 1 commit intolayer5io:masterfrom
Conversation
cbc2d13 to
a10f429
Compare
Member
|
🚀 Preview for commit a10f429 at: https://69ca0b7708ca7d2af117a3da--layer5.netlify.app |
…lters Signed-off-by: Junnygram <junnexclusive@gmail.com>
a10f429 to
c371915
Compare
Member
|
🚀 Preview for commit c371915 at: https://69ca1557e922d9661612be21--layer5.netlify.app |
Contributor
Author
Contributor
Author
Member
|
@Junnygram Could you also fix this in this PR only? |
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.



fix(#7572): Fix mascot image visibility in dark mode
This PR resolves issue #7572 where the mascot stick figures and "RESOURCES" sign were becoming invisible in dark mode due to their black line-art on the dark background.
Proposed Changes:
.five-imageclass to line-art mascot SVGs.filter: invert(1) hue-rotate(180deg). This ensures that black lines appear white for visibility while preserving the original teal brand colors (hands/feet).background-colorhad invalid quotes ("#fff").PR Type:
Checklist:
Fixes #7572