mirror of
https://github.com/thecyberlearn/quantum-ai.git
synced 2026-08-18 08:53:00 +00:00
- 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>
12 lines
553 B
CSS
12 lines
553 B
CSS
/* ================================================================
|
|
Legacy Header CSS - DEPRECATED
|
|
================================================================
|
|
|
|
This file is being phased out in favor of header-component.css
|
|
for better maintainability and consistency.
|
|
|
|
Only keeping essential styles that haven't been migrated yet.
|
|
================================================================ */
|
|
|
|
/* This file is now primarily empty - all header styling has been
|
|
moved to header-component.css for better architecture */ |