Skip to content

Commit 64df1b7

Browse files
committed
Fix old docs light mode code background
1 parent ed6f7ad commit 64df1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apify-docs-theme/src/theme/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ html[data-theme='dark'] {
162162
--ifm-footer-link-color: #6b6e80;
163163
--max-layout-width: 1440px;
164164

165-
--ifm-code-background: #f6f8fa;
165+
--ifm-code-background: var(--ifm-pre-background);
166166

167167
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
168168

0 commit comments

Comments
 (0)