The site is in Active Mode with the green color scheme (#2e3d2a dark green, #32d24d lime accent).
- Main color:
#442b48(brand-purple-dark) - Accent color:
#d8b9f7(brand-purple-light)
- Main color:
#2e3d2a(brand-green-dark) - Accent color:
#32d24d(brand-green-accent)
src/app/page.tsx- Now usesRestPeriodHomecomponentsrc/components/RestPeriodHome.tsx- New rest period homepagesrc/components/Header.tsx- Updated to use purple colorssrc/components/Footer.tsx- Updated to use purple colorssrc/components/NewsletterCard.tsx- Updated heading colorsrc/app/globals.css- Added rest period color variables (for reference)
In src/app/page.tsx, replace:
import RestPeriodHome from '../components/RestPeriodHome'
export default async function Home() {
return <RestPeriodHome />
}With the original homepage content (see git history or backup).
In src/components/Header.tsx:
- Change
bg-brand-purple-dark/95back tobg-brand-green-dark/95 - Change
hover:text-brand-purple-lightback tohover:text-brand-green-accent - Change
focus:ring-brand-purple-lightback tofocus:ring-brand-green-accent - Change
bg-brand-purple-light(CTA button) back tobg-brand-green-accent - Change
text-brand-purple-dark(CTA button text) back totext-white
In src/components/Footer.tsx:
- Change
bg-brand-purple-darkback tobg-brand-green-dark - Change
hover:text-brand-purple-lightback tohover:text-brand-green-accent - Change
focus:ring-brand-purple-lightback tofocus:ring-brand-green-accent
In src/components/NewsletterCard.tsx:
- Change
text-brand-purple-darkback totext-brand-green-dark
Search for brand-purple-light and brand-purple-dark usage and replace with:
brand-purple-light→brand-green-accentbrand-purple-dark→brand-green-dark
- Rest Mode announcement with return date (March 8, 2026)
- Pythia Oracles background section explaining the tradition
- Educational resources with links to learn more about the Pythia
- Newsletter signup to stay connected during rest period
- Start: March 8, 2026
- End: November 2026 (approximate)
- Pattern: March - November active, November - March rest
- The rest period allows time to work on the Django migration separately
- All other pages (blog, resources, etc.) remain accessible
- The purple color scheme creates a distinctive "rest period" visual identity
- The Pythia Oracles theme connects the rest period to historical tradition
Last Updated: January 2025
Rest Period End Date: March 8, 2026