Skip to content

Commit 9b5f971

Browse files
authored
Transparent background for OpenAPI path block (#2963)
1 parent ff3b708 commit 9b5f971

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/giant-starfishes-sin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'gitbook': patch
3+
---
4+
5+
Transparent background for OpenAPI path block

packages/gitbook/src/components/DocumentView/OpenAPI/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@
393393

394394
/* Path */
395395
.openapi-path {
396-
@apply flex items-center bg-tint-base text-sm gap-2 p-2 border rounded-md border-tint-subtle;
396+
@apply flex items-center bg-transparent text-sm gap-2 p-2 border rounded-md border-tint-subtle;
397397
}
398398

399399
.openapi-path .openapi-method {

0 commit comments

Comments
 (0)