mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-17 16:34:48 -05:00
[PR #1641] [MERGED] fix(slides): readable inventory tables on landing page #11824
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/1641
Author: @farhan523
Created: 5/4/2026
Status: ✅ Merged
Merged: 5/4/2026
Merged by: @profvjreddi
Base:
dev← Head:fix/slides-landing-readability📝 Commits (1)
ecbc4effix(slides): readable inventory tables on landing page in dark mode📊 Changes
1 file changed (+13 additions, -0 deletions)
View changed files
📝
slides/assets/styles/dark-mode.scss(+13 -0)📄 Description
Summary
.inv-tableblocks on the slides landing page (What's Included, Related Resources) hardcoded light-mode text/border colors, so the rows became unreadable against the dark theme.slides/assets/styles/dark-mode.scssfor the column text, row hover, and last-column action links (using the slides accent).Before:

After:

Test plan
/slides/in dark mode — What's Included and Related Resources rows are readable.$slides-accent-dark).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.