We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1629e1 commit 047d989Copy full SHA for 047d989
packages/gitbook/src/components/DocumentView/OpenAPI/style.css
@@ -696,5 +696,9 @@
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;
+ @apply !bg-tint-subtle theme-gradient:!bg-transparent;
700
+}
701
+
702
+.highlight-line-content {
703
+ @apply !text-[0.8125rem] !leading-5;
704
}
0 commit comments