Cursor/fabel referral and social 7325#25
Conversation
- Add Fable book icon SVG to public/icons/ - Add Fable social profile link to links page and footer Connect section - Add Fable referral link to affiliate/referral links section with disclaimer - Render the referral links section on the links page Co-authored-by: Amanda Nelson <jobs@amanda-nelson.com>
Flip site from purple “rest” palette to active green (effective Mar 8, 2026): update globals/tailwind colors, swap component classes across pages to use brand-green (accent/dark), set button text to black where needed, and adjust UI accents and rings. Content updates include feed.xml lastBuildDate and text refinements, expanded CTAs (service/pricing links, booking options, newsletter), and miscellaneous copy tweaks. Add new assets: optimized fable.svg and a new mastodon.svg, and add src/docs/AboutMeRewrite.md. Overall changes prepare the site for Active Mode and update styling, links, and promotional content.
✅ Deploy Preview for pythoness-programmer ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Free Tier Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| }, | ||
| link: "text-brand-green-accent hover:text-brand-green-dark transition-colors", | ||
| button: "inline-flex items-center px-6 py-3 bg-brand-green-dark hover:bg-brand-green-accent text-white rounded-lg transition-colors duration-200", | ||
| button: "inline-flex items-center px-6 py-3 bg-brand-green-dark hover:bg-brand-green-accent text-black rounded-lg transition-colors duration-200", |
There was a problem hiding this comment.
Black text on dark background causes poor contrast
High Severity
The button style uses bg-brand-green-dark (#2e3d2a, a very dark green) as the default background with text-black. Black text on a near-black background results in extremely poor contrast, making the button text essentially unreadable. The previous value text-white was correct for this dark background. The text-black change was likely intended only for buttons using the lighter brand-green-accent background, not this dark one.
| }: HeroCardProps) { | ||
| return ( | ||
| <div className="bg-gradient-to-b from-brand-green-dark to-brand-purple-dark text-white py-12 relative overflow-hidden"> | ||
| <div className="bg-gradient-to-b from-brand-green-dark to-brand-green-dark text-white py-12 relative overflow-hidden"> |
There was a problem hiding this comment.
Gradient uses identical start and end colors
Low Severity
The gradient bg-gradient-to-b from-brand-green-dark to-brand-green-dark uses the same color for both ends, making it a plain solid color. Previously it transitioned from brand-green-dark to brand-purple-dark. This appears to be leftover gradient syntax that could simply be bg-brand-green-dark.


Note
Medium Risk
Broad, site-wide UI/content and theming changes across many pages increase the chance of broken styling/contrast or incorrect links, but there are no backend/security-sensitive changes.
Overview
Switches the site out of Rest Mode and into Active Mode, updating brand theming from purple to green across global styles, typography, header/footer, blog styling, and CTA/button contrast.
Replaces the homepage
RestPeriodHomewith a full active-season landing page that promotes services (async + live sessions), and rewrites theServicespage from a “resume in March” placeholder into a complete offerings/FAQ/process flow with directcal.combooking CTAs.Refreshes the
LinksandSupportexperiences: adds Mastodon/Fable social links (with new SVG icons), introduces a Fable referral section, swaps Amazon wishlist to Throne, and updates the RSSfeed.xmlcontent/build date plus rest-period documentation notes.Written by Cursor Bugbot for commit 2fac3a6. This will update automatically on new commits. Configure here.