@gurupanguji

Technical Specification: Fix link color regression and adopt shared prose link styles (Issue #225)

Overview

This specification addresses Issue #225 (and completes #221). The goal is to restore the lost .prose-copy utility class for narrative link styling in assets/css/style.css, apply it to the regressed reviews/index.html intro text, and roll it out to the narrative sections in about/index.html.

Goals

  1. Add --prose-link and --prose-link-hover variables to the global stylesheet.
  2. Define .prose-copy a styles for consistent editorial links in narrative text outside of blog posts.
  3. Fix the regression in reviews/index.html.
  4. Complete the original intent of Issue #221 by styling the about/index.html copy with .prose-copy.

Technical Architecture

1. CSS Variables

2. The .prose-copy Utility Class

3. Review Index Fix

4. About Page Enhancement

Testing Strategy

  1. Run bundle exec jekyll build.
  2. Visually or syntactically verify that reviews/index.html and about/index.html contain the .prose-copy class where appropriate.
  3. Ensure global styles are clean.