Skip to content

Commit d7651d7

Browse files
committed
Transparent background for OpenAPI path block
1 parent b5e4fd7 commit d7651d7

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
@@ -389,7 +389,7 @@
389389

390390
/* Path */
391391
.openapi-path {
392-
@apply flex items-center bg-tint-base text-sm gap-2 p-2 border rounded-md border-tint-subtle;
392+
@apply flex items-center bg-transparent text-sm gap-2 p-2 border rounded-md border-tint-subtle;
393393
}
394394

395395
.openapi-path .openapi-method {

0 commit comments

Comments
 (0)