From 0ed29812052dc1f401a5a54d4a21f9f892083848 Mon Sep 17 00:00:00 2001 From: nesquena-hermes Date: Sat, 4 Apr 2026 22:00:15 -0700 Subject: [PATCH] docs: v0.34.2 release notes and version bump Co-authored-by: Nathan Esquenazi --- CHANGELOG.md | 9 +++++++++ static/index.html | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bf6950..282167a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ --- +## [v0.34.2] Theme text colors +*April 5, 2026 | 433 tests* + +### Bug Fixes +- **Light mode text unreadable.** Bold text was hardcoded white (invisible on cream), italic was light purple on cream, inline code had a dark box on a light background. Fixed by introducing 5 new per-theme CSS variables (`--strong`, `--em`, `--code-text`, `--code-inline-bg`, `--pre-text`) defined for every theme. (#102) +- Also replaced remaining `rgba(255,255,255,.08)` border references with `var(--border)`, and darkened light theme `--code-bg` slightly for better contrast. + +--- + ## [v0.34.1] Theme variable polish *April 5, 2026 | 433 tests* diff --git a/static/index.html b/static/index.html index 47fee46..5e9abb2 100644 --- a/static/index.html +++ b/static/index.html @@ -14,7 +14,7 @@