mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
fix: Ensure accessibility of live code block contrast with background update
This commit is contained in:
parent
67924ca979
commit
3c998541ad
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.playgroundHeader:first-of-type {
|
.playgroundHeader:first-of-type {
|
||||||
background: var(--ifm-color-emphasis-600);
|
background: var(--ifm-color-emphasis-700);
|
||||||
color: var(--ifm-color-content-inverse);
|
color: var(--ifm-color-content-inverse);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue