diff --git a/packages/docusaurus-theme-live-codeblock/src/theme/Playground/Header/styles.module.css b/packages/docusaurus-theme-live-codeblock/src/theme/Playground/Header/styles.module.css index 092af7825d..39214d88e9 100644 --- a/packages/docusaurus-theme-live-codeblock/src/theme/Playground/Header/styles.module.css +++ b/packages/docusaurus-theme-live-codeblock/src/theme/Playground/Header/styles.module.css @@ -16,6 +16,6 @@ } .playgroundHeader:first-of-type { - background: var(--ifm-color-emphasis-600); + background: var(--ifm-color-emphasis-700); color: var(--ifm-color-content-inverse); }