mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user