Skip to content

Commit

Permalink
Change block quote colours to make it standout more (#4925)
Browse files Browse the repository at this point in the history
Co-authored-by: Dominic Saadi <32992335+jtoar@users.noreply.github.com>
  • Loading branch information
dac09 and jtoar authored Apr 1, 2022
1 parent c265f9b commit a063f7b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,18 @@ h3 {
}

blockquote {
background-color: var(--ifm-color-secondary-lighter);
background-color: #f8ded6;
padding: 2rem;
border-radius: 0.5rem;
border-left: none;
}

blockquote code {
color: #db5b34;
padding-left: 0.3rem;
padding-right: 0.3rem;
}

html[data-theme="dark"] blockquote {
background-color: #242526;
}
Expand Down

0 comments on commit a063f7b

Please sign in to comment.