fix: highlighting in code blocks (#22836)

## Description
- Highlighted lines for code blocks in dark mode are not rendering
correctly

## Related issues or tickets
https://docker.atlassian.net/browse/ENGDOCS-2731

## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
This commit is contained in:
Sarah Sanders
2025-06-16 11:15:12 -04:00
committed by GitHub
parent ae2a14a545
commit a4d2113313
3 changed files with 32 additions and 34 deletions

View File

@@ -14,7 +14,7 @@
/* LineHighlight */
.hl {
min-width: fit-content;
background-color: var(--color-gray-800);
background-color: var(--color-gray-700);
}
.lntd:first-child .hl,
& > .chroma > code > .hl {