Skip to content

BUG: in Light mode "Forensic Pipeline Deep Dive" section text is invisible and background stays dark #141

Description

@AribaRazi

Description:

When switching to light mode, the Forensic Pipeline Deep Dive section on the landing page doesn't adapt properly. Two things are broken:

  1. The section background stays dark (slate/blue-gray) instead of turning light.
  2. Because of that, most of the text in this section becomes invisible — the body description, the pull-quote ("The challenge was parsing 100k+ non-standard timestamps..."), and the pipeline step descriptions (01–04) are all unreadable.

The step headings (Regex Extraction, Delta Calculation, Triage Reporting, Heatmap Generation) are barely visible, but everything else disappears.

To reproduce:

  1. Open the landing page
  2. Click the light mode toggle in the navbar
  3. Scroll to the Forensic Pipeline Deep Dive section
  4. Most text is gone and the background is still dark

Expected: Section background becomes light and all text is readable.

Likely cause: Colors in this section are hardcoded instead of using theme-aware CSS variables, so the light mode toggle has no effect on it.

Screenshot:

Image

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions