mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-19 17:49:19 +02:00
fix(theme): improve color contrast of live code block header (#11120)
fix: Ensure accessibility of live code block contrast with background update
This commit is contained in:
parent
5d0df96554
commit
fef6c4c8cb
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue