Skip to content

Commit 552afee

Browse files
paulhibbittssy-records
authored andcommitted
Increase contrast for code blocks within banded tables.
1 parent 743e9cb commit 552afee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/themes/shared/_vars.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
--callout-charm-translate : -50% -50%;
9696
--callout-color : ;
9797
--callout-padding : 1em 1em 1em var(--callout-charm-size);
98-
--code-bg : var(--color-mono-1);
98+
--code-bg : var(--color-mono-2);
9999
--code-color : ;
100100
--codeblock-bg : var(--code-bg);
101101
--codeblock-color : var(--code-color);
@@ -199,4 +199,4 @@
199199
--callout-charm-color : #fff;
200200
--callout-charm-content: 'i';
201201
--callout-color : ;
202-
}
202+
}

0 commit comments

Comments
 (0)