Refresh hub index page card styling#2400
Merged
Merged
Conversation
- Softer light-mode gradients (from-*-50/50) and subtle dark-mode tints (dark:from-*-500/5) - White card titles in dark mode, unified gray-850 borders - Tighter card spacing (space-y-1) and wider title margin (mb-2) - Link default text-gray-700, hover text-gray-900; dark:text-gray-400 → dark:hover:text-white - Drop hover:shadow/transition from container, keep subtle hover translate on links - not-prose on grid so typography plugin doesn't style the card content - Refresh Subscriptions & Plans icon (TE) and Agents icon (chibi bot) to match sidebar
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 4711bbf. Configure here.
mishig25
approved these changes
Apr 17, 2026
mishig25
left a comment
Collaborator
There was a problem hiding this comment.
lgtm! do NOT merge yet, I will merge it when prod version of new tailwinds classes are deployed
Contributor
Author
ok ty |
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
from-*-50/50) and subtle dark-mode tints (dark:from-*-500/5)dark:text-white; unified card borders (dark:border-gray-850)space-y-1); more breathing room under titles (mb-2)text-gray-700default,hover:text-gray-900; in darkdark:text-gray-400→dark:hover:text-white(no more opacity fade)hover:shadow-smandtransition-colorsfrom the card containernot-proseon the grid so the typography plugin doesn't restyle the card contentTest plan
/docs/hub/indexlocally (light + dark)Note
Low Risk
Docs-only styling and SVG changes; main risk is minor visual regressions in light/dark mode rendering.
Overview
Updates the
docs/hub/index.mdlanding-page card grid to a new visual style: addsnot-proseto prevent typography restyling, tightens spacing, unifies dark-mode borders/tints, and adjusts gradients.Standardizes link and heading colors/hover behavior (removing opacity fade and card hover shadow), and swaps the inline SVG icons for Subscriptions & Plans and Agents to new brand assets.
Reviewed by Cursor Bugbot for commit 467c5f1. Bugbot is set up for automated code reviews on this repo. Configure here.