Skip to content

Commit f502c06

Browse files
committed
docs: fix css
1 parent 1b2dca7 commit f502c06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/src/css/custom.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
5959
margin: calc(var(--ifm-menu-link-padding-horizontal) + 0.5rem) 0.5rem 0 0;
6060

6161
&.dark #carbon-responsive {
62-
filter: invert(1);
6362
--carbon-bg-primary: transparent;
63+
--carbon-bg-secondary: var(--ifm-toc-border-color);
64+
--carbon-text-color: hsl(0, 0%, 80%);
6465
}
6566
}

0 commit comments

Comments
 (0)