mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-17 16:34:48 -05:00
[PR #1640] [MERGED] fix(instructors): readable landing tables and footer CTA #36284
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/1640
Author: @farhan523
Created: 5/4/2026
Status: ✅ Merged
Merged: 5/4/2026
Merged by: @profvjreddi
Base:
dev← Head:fix/instructors-landing-readability📝 Commits (1)
e1f66c6fix(instructors): readable landing tables and footer CTA in dark mode📊 Changes
1 file changed (+30 additions, -0 deletions)
View changed files
📝
instructors/assets/styles/dark-mode.scss(+30 -0)📄 Description
Summary
.inv-table(Course Materials, Teaching Resources) hardcoded#1a1a2e/#4a5568text and light hover background, making cells unreadable against the dark theme..footer-ctacard hardcoded a light#f8fafcbackground, hiding the "Start teaching AI Systems" heading.instructors/assets/styles/dark-mode.scssfor both, plus indigo accent for the last-column action links.Before:

After:

Test plan
/instructors/in dark mode — Course Materials and Teaching Resources tables are readable.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.