We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1629e1 commit 6c8f61cCopy full SHA for 6c8f61c
packages/gitbook/src/components/DocumentView/OpenAPI/style.css
@@ -694,7 +694,11 @@
694
}
695
696
.openapi-codesample pre,
697
-.openapi-response-example pre,
698
-.openapi-response-example-empty pre {
699
- @apply !bg-tint-subtle text-[0.8125rem] leading-5 theme-gradient:!bg-transparent;
+.openapi-response-example pre {
+ @apply !bg-tint-subtle theme-gradient:!bg-transparent;
+}
700
+
701
+.openapi-codesample pre .highlight-line-content,
702
+.openapi-response-example pre .highlight-line-content {
703
+ @apply !text-[0.8125rem] !leading-5;
704
0 commit comments