From dd74331e5a0502087bf86e06f4f35dd2ac8c5283 Mon Sep 17 00:00:00 2001 From: "David J. Malan" Date: Thu, 5 Oct 2023 10:39:24 -0400 Subject: [PATCH] fixed blockquote color --- _sass/jekyll-theme-cs50.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/jekyll-theme-cs50.scss b/_sass/jekyll-theme-cs50.scss index 04986ae..9acb974 100644 --- a/_sass/jekyll-theme-cs50.scss +++ b/_sass/jekyll-theme-cs50.scss @@ -106,7 +106,7 @@ a[data-local] { // A la GitHub blockquote { - border-left-color: $body-tertiary-color; + border-left-color: var(--bs-tertiary-color); border-left-style: solid; border-left-width: thick; color: $text-muted;