mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 02:03:55 -05:00
Fix inconsistent line colors in code listings (red vs. black) #407
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @profvjreddi on GitHub (Jul 24, 2025).
Originally assigned to: @hzeljko on GitHub.
There are inconsistent line colors in the code listings of the book. In one listing, the lines are colored red (see
), and in another listing, the lines are black (see
). The red color looks better, but more importantly, there should be a consistent style across all listings. It's unclear why these differences exist. Please investigate and fix the color inconsistencies so that all code listings use the preferred color style.
@profvjreddi commented on GitHub (Aug 23, 2025):
Fixed in
f8b5c0ac: Fix colors in code listing, plus additional commitsed47e6d1,cbfabceaimplementing consistent code listing color scheme