fix: Ensure accessibility of live code block contrast with background update

This commit is contained in:
Jack Howard 2025-04-21 16:35:01 -07:00
parent 67924ca979
commit 3c998541ad
No known key found for this signature in database

View file

@ -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);
}