Go to file
Claude e2ad1f84e1 Implement comprehensive header CSS architecture redesign and font consistency fixes
- Extract 476 lines of inline CSS from pricing.html to external pricing.css file
- Unify font stack across all pages to use 'Inter', Arial, sans-serif consistently
- Fix font weight inconsistency between marketplace and pricing page navigation
- Add clean active page indicator with thin blue underline for current page
- Optimize CSS loading order: page-specific CSS first, header-component.css last
- Remove font inheritance conflicts between agent-base.css and header component
- Standardize Inter font loading in base.html for all pages (single source of truth)
- Improve browser compatibility with font smoothing and rendering optimizations
- Add comprehensive documentation in HEADER_OPTIMIZATION.md

Key improvements:
• Consistent navigation font weight across all pages (resolves bold font issue)
• Better performance with external CSS files and browser caching
• Clean component-based CSS architecture for maintainability
• Subtle active state indicators without layout shifts
• Unified theme system with CSS custom properties

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-21 10:41:24 +05:30
.github/workflows Claude Code Review workflow 2025-07-13 11:58:45 +05:30
agent_base Add 5 Whys Analysis Agent with enhanced UX features 2025-07-12 23:08:45 +05:30
authentication Fix NOT NULL constraint error for stripe_payment_intent_id 2025-07-16 23:01:31 +05:30
core Implement comprehensive Django performance optimizations 2025-07-13 13:23:59 +05:30
data_analyzer Achieve perfect dimensional consistency across all agent templates 2025-07-19 08:05:31 +05:30
docs Fix Weather Reporter connection errors and restore API-based pattern 2025-07-20 09:13:48 +05:30
five_whys_analyzer Standardize agent architecture and update comprehensive documentation 2025-07-14 16:28:37 +05:30
job_posting_generator Fix Weather Reporter connection errors and restore API-based pattern 2025-07-20 09:13:48 +05:30
netcop_hub Fix email URLs to use Railway domain instead of localhost 2025-07-16 13:11:06 +05:30
social_ads_generator Fix Weather Reporter connection errors and restore API-based pattern 2025-07-20 09:13:48 +05:30
static Implement comprehensive header CSS architecture redesign and font consistency fixes 2025-07-21 10:41:24 +05:30
templates Implement comprehensive header CSS architecture redesign and font consistency fixes 2025-07-21 10:41:24 +05:30
tests Implement individual agent architecture with simplified template structure 2025-07-10 09:01:11 +05:30
wallet Fix NOT NULL constraint error for stripe_payment_intent_id 2025-07-16 23:01:31 +05:30
weather_reporter Fix Weather Reporter connection errors and restore API-based pattern 2025-07-20 09:13:48 +05:30
.env.example Implement comprehensive Django performance optimizations 2025-07-13 13:23:59 +05:30
.gitignore Add 5 Whys Analysis Agent with enhanced UX features 2025-07-12 23:08:45 +05:30
HEADER_OPTIMIZATION.md Implement comprehensive header CSS architecture redesign and font consistency fixes 2025-07-21 10:41:24 +05:30
manage.py Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30
railway.json Implement PostgreSQL development parity and fix migration conflicts 2025-07-12 09:59:44 +05:30
requirements_clean.txt Add Railway deployment config 2025-07-12 03:43:14 +05:30
requirements-dev.txt Implement comprehensive Django performance optimizations 2025-07-13 13:23:59 +05:30
requirements.txt Implement comprehensive Django performance optimizations 2025-07-13 13:23:59 +05:30
run_dev.sh Fix Railway static files serving with WhiteNoise 2025-07-12 10:38:44 +05:30