Skip to content

Commit

Permalink
[chore/frontend] Use different background color for block quotes (sup…
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmethurst authored Feb 19, 2024
1 parent cc09f61 commit ddfc725
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion web/source/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -233,13 +233,20 @@ ol {

/*
Outdent block quotes a bit; use
orange stripe for left border.
orange strip for left border.
*/
blockquote {
padding: 0.5rem 0 0.5rem 0.5rem;
border-left: 0.2rem solid $border-accent;
margin: 0;
font-style: normal;

/*
Same background color we
use for code blocks
*/
background-color: $gray2;
border-radius: $br;
}

/*
Expand Down

0 comments on commit ddfc725

Please sign in to comment.