Skip to content

Commit

Permalink
Change background colour for code in blockquotes for dark themes (#2094)
Browse files Browse the repository at this point in the history
  • Loading branch information
EskiMojo14 committed Dec 4, 2023
1 parent 2c34e07 commit 11060e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/static/css/custom.css
Expand Up @@ -92,7 +92,10 @@ blockquote {
background-color: var(--ifm-blockquote-color);
border-left: 6px solid var(--ifm-blockquote-color-dark);
border-radius: var(--ifm-global-radius);
}

html[data-theme='dark'] blockquote code {
background-color: var(--ifm-color-emphasis-800);
}

.docusaurus-highlight-code-line {
Expand Down Expand Up @@ -226,4 +229,3 @@ a:visited {
fill: black;
stroke: black;
}

0 comments on commit 11060e5

Please sign in to comment.