Fix mods page button colors and table container styling#116
Open
AgentKush wants to merge 2 commits intoDonovanMods:mainfrom
Open
Fix mods page button colors and table container styling#116AgentKush wants to merge 2 commits intoDonovanMods:mainfrom
AgentKush wants to merge 2 commits intoDonovanMods:mainfrom
Conversation
Download buttons now use indigo-600 (matching the detail page) instead of icarus-500, which had poor contrast with white text. Table container and rows get explicit backgrounds so the layout gradient no longer bleeds through, and content padding is tightened so the backing hugs the table more cleanly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Switch button text from text-white to text-icarus-900 so the label is legible against the bg-icarus-500 gold background. Hover lightens to icarus-400 instead of darkening. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.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.
Summary
bg-icarus-500but switch fromtext-whitetotext-icarus-900(dark brown) for readable contrastbg-white dark:bg-slate-900backgrounds so the layout gradient no longer bleeds through unevenlypx-3 py-4 md:px-6 md:py-8) so the backing hugs the table more cleanlydark:focus:ring-offset-slate-900to download buttons for correct focus ring in dark modeTest plan
🤖 Generated with Claude Code