mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-21 21:43:04 -05:00
[PR #1683] [MERGED] fix(slides): readable slide-table headers on teaching/vol1/vol2 in dark mode #12957
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?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/1683
Author: @farhan523
Created: 5/5/2026
Status: ✅ Merged
Merged: 5/10/2026
Merged by: @profvjreddi
Base:
dev← Head:fix/slides-slide-table-header-dark-mode📝 Commits (1)
1480470fix(slides): readable slide-table headers on teaching/vol1/vol2 in dark mode📊 Changes
1 file changed (+12 additions, -0 deletions)
View changed files
📝
slides/assets/styles/dark-mode.scss(+12 -0)📄 Description
Summary
.slide-table thhardcodescolor: var(--mls-text)(#111111) and dark-mode.scss only overrode the header background, leaving the heading text invisible onteaching.html,vol1.html, andvol2.htmlin dark mode.coloroverrides for.slide-tableth/td, switches the th bottom border to the dark accent, and recolors.dl-col aso the download links keep contrast.Test plan
teaching.html,vol1.html,vol2.htmlin dark mode and confirm headers and rows are readable, including the download links.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.