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 101270b commit 266827eCopy full SHA for 266827e
src/css/custom.css
@@ -89,6 +89,7 @@ html[data-theme="dark"] {
89
.theme-code-block.language-typescript,
90
.theme-code-block.language-ts,
91
.theme-code-block.language-shell,
92
+.theme-code-block.language-json,
93
.theme-code-block.language-bash {
94
position: relative; /* Ensure this is set so the ::before pseudo-element is positioned relative to this element */
95
padding-left: 4px;
@@ -101,6 +102,7 @@ html[data-theme="dark"] {
101
102
.theme-code-block.language-typescript::before,
103
.theme-code-block.language-ts::before,
104
.theme-code-block.language-shell::before,
105
+.theme-code-block.language-json::before,
106
.theme-code-block.language-bash::before {
107
content: "";
108
position: absolute;
0 commit comments