mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-23 07:23:03 -05:00
[PR #1639] [MERGED] fix(instructors): readable blockquote text in dark mode #14545
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/1639
Author: @farhan523
Created: 5/3/2026
Status: ✅ Merged
Merged: 5/3/2026
Merged by: @profvjreddi
Base:
dev← Head:fix/instructors-dark-mode-blockquote📝 Commits (1)
ad200f4fix(instructors): readable blockquote text in dark mode📊 Changes
1 file changed (+13 additions, -0 deletions)
View changed files
📝
instructors/assets/styles/dark-mode.scss(+13 -0)📄 Description
Summary
blockquoterule toinstructors/assets/styles/dark-mode.scssthat applies the dark-mode body color, the elevated surface background, and an indigo left border.Before:

After:

Test plan
cd instructors && quarto preview🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.