Skip to content

Commit ff2bdc1

Browse files
authored
Add styling for blockquotes on darkmode (#615)
* Add styling for blockquotes on darkmode * Light background on callouts in darkmode
1 parent fb22912 commit ff2bdc1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/src/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ blockquote {
6262
border-radius: var(--ifm-global-radius);
6363
}
6464

65+
html[data-theme='dark'] blockquote {
66+
border-left-color: var(--ifm-color-primary);
67+
color: #000;
68+
}
69+
6570
.docusaurus-highlight-code-line {
6671
background-color: rgb(72, 77, 91);
6772
display: block;

0 commit comments

Comments
 (0)