We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b8151 commit 81556b2Copy full SHA for 81556b2
src/styles/components/_code.scss
@@ -51,12 +51,9 @@ code {
51
// Overrides
52
#__docusaurus {
53
[class*='codeBlockContainer_'] {
54
- box-shadow: none;
55
- }
+ --prism-background-color: var(--code-block-bg-c);
56
57
- // Code block title
58
- [class*='codeBlockTitle_'] {
59
- background: var(--code-block-bg-c);
+ box-shadow: none;
60
}
61
62
@@ -68,7 +65,6 @@ code {
68
65
69
66
code[class*='language-'],
70
67
pre[class*='language-'] {
71
72
white-space: pre;
73
word-spacing: normal;
74
word-break: normal;
0 commit comments