🐛 Fixed unreadable tag & author colours with light accent colours#29127
Conversation
ref DES-1231 The tag and author tokens in the post settings sidebar coloured their text and icons with the raw accent colour, so a light accent colour became illegible against the tinted background. Switch them to the contrast-adjusted accent colour (`--adjusted-accent-color`), the same value the accent buttons already use, so the text stays readable.
|
Bugbot is not enabled for this team, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run ghost-admin:test |
✅ Succeeded | 2m 32s | View ↗ |
nx run @tryghost/admin:build |
✅ Succeeded | 1m 57s | View ↗ |
nx run-many -t lint -p ghost-admin |
✅ Succeeded | 19s | View ↗ |
nx run ghost:build:assets |
✅ Succeeded | 2s | View ↗ |
nx run ghost:build:tsc |
✅ Succeeded | 6s | View ↗ |
nx run-many --target=build --projects=tag:publi... |
✅ Succeeded | <1s | View ↗ |
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗
☁️ Nx Cloud last updated this comment at 2026-07-06 07:57:43 UTC
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis change updates CSS color variable references in the power-select stylesheet, replacing Changes
Sequence Diagram(s)Not applicable; this change is a CSS variable substitution with no behavioral or interaction flow. Estimated code review effort: 1 (Trivial) Related issues: None provided. Related PRs: None provided. Suggested labels: CSS, UI, admin Suggested reviewers: None provided. 🐰 A hop through styles, subtle and small, 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |

Closes https://linear.app/ghost/issue/DES-1231/post-tags-in-admin-inheriting-site-brand-styles
Tags and authors in the post settings sidebar are rendered using the site's accent colour. The text and icon used the raw accent colour, so when a site has a light accent colour the labels became washed out and hard to read against the tinted background.