Skip to content

Commit

Permalink
fixed blockquote color
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan committed Oct 5, 2023
1 parent 0b05a65 commit dd74331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/jekyll-theme-cs50.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dd74331

Please sign in to comment.