Skip to content

Commit 25d9d45

Browse files
committed
DOC-13347 fix unreadable inline example
Our highlightjs style breaks redocly inline examples, so we ensure it is ignored. Q: should we instead disable highlightjs for these pages?
1 parent b5f8b38 commit 25d9d45

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/css/base.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ code {
7878
color: inherit;
7979
}
8080

81+
#redoc .hljs-comment,
82+
#redoc .hljs-meta {
83+
color: inherit;
84+
}
85+
8186
a code {
8287
color: var(--color-link);
8388
background-color: transparent;

0 commit comments

Comments
 (0)