Skip to content

update header to use brand guidelines and make dark mode hover state slightly less maximalist#432

Merged
juecd merged 1 commit into
mainfrom
cj/styles-jul
Jul 1, 2026
Merged

update header to use brand guidelines and make dark mode hover state slightly less maximalist#432
juecd merged 1 commit into
mainfrom
cj/styles-jul

Conversation

@juecd

@juecd juecd commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Updates styles to conform to brand guidelines


Note

Low Risk
CSS-only visual tweaks to Mintlify sidebar headers and card hover; no logic or data paths.

Overview
Sidebar section labels in #navigation-items .sidebar-group-header now use Inter Light (font-weight: 300) per brand guidelines. Light-mode letter-spacing, font-weight 400, and the default gray text color on that selector were removed so styling leans on the shared rules and the existing dark-mode color override.

Dark mode cards get a subtler hover: .dark .card:hover sets a light gray border (rgb(223 223 223)) instead of a stronger default hover treatment.

Reviewed by Cursor Bugbot for commit e4cd4c8. Bugbot is set up for automated code reviews on this repo. Configure here.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Risk assessment: Low risk

Evidence from the diff: this PR modifies only style.css (8 additions, 3 deletions) to adjust sidebar group header typography/color styling and the dark-mode card hover border. There are no changes to executable code, prompts/model instructions, routing/navigation config, infrastructure, auth, permissions, or data/schema behavior. The blast radius is limited to visual presentation in the docs site.

I found no existing approvals on the PR and no CODEOWNERS file in the repository, so I’m approving this low-risk CSS-only change.

Open in Web View Automation 

Sent by Cursor Automation: Assign PR reviewers

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Want fixes drafted automatically? Bugbot Autofix can create code changes for findings. A team admin can enable Autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit e4cd4c8. Configure here.

Comment thread style.css
font-size: 11px !important;
font-weight: 400 !important;
letter-spacing: 0.09em;
color: #60646c !important;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Light sidebar eyebrows lost color

Medium Severity

The base #navigation-items .sidebar-group-header rule no longer sets a muted color, and nothing replaces it for light mode. Dark mode still overrides with rgba(237, 238, 240, 0.55), but with appearance.default set to light, section labels inherit Palm defaults and may read as strongly as nav links instead of quiet eyebrows.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit e4cd4c8. Configure here.

@juecd juecd merged commit 1b6f59e into main Jul 1, 2026
3 checks passed
@juecd juecd deleted the cj/styles-jul branch July 1, 2026 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant