Description:
When switching to light mode, the Forensic Pipeline Deep Dive section on the landing page doesn't adapt properly. Two things are broken:
- The section background stays dark (slate/blue-gray) instead of turning light.
- 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:
- Open the landing page
- Click the light mode toggle in the navbar
- Scroll to the Forensic Pipeline Deep Dive section
- 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:

Description:
When switching to light mode, the Forensic Pipeline Deep Dive section on the landing page doesn't adapt properly. Two things are broken:
The step headings (Regex Extraction, Delta Calculation, Triage Reporting, Heatmap Generation) are barely visible, but everything else disappears.
To reproduce:
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: