Skip to content

Commit fef6c4c

Browse files
authored
fix(theme): improve color contrast of live code block header (#11120)
fix: Ensure accessibility of live code block contrast with background update
1 parent 5d0df96 commit fef6c4c

File tree

1 file changed

+1
-1
lines changed
  • packages/docusaurus-theme-live-codeblock/src/theme/Playground/Header

1 file changed

+1
-1
lines changed

packages/docusaurus-theme-live-codeblock/src/theme/Playground/Header/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
}
1717

1818
.playgroundHeader:first-of-type {
19-
background: var(--ifm-color-emphasis-600);
19+
background: var(--ifm-color-emphasis-700);
2020
color: var(--ifm-color-content-inverse);
2121
}

0 commit comments

Comments
 (0)