Skip to content

Commit 653b889

Browse files
committed
fix Http snippet border in dark mode
1 parent fa7535c commit 653b889

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/apiPage/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 0px 1px;
88
margin-bottom: var(--paragraph-margin-bottom);
99
}
10+
.dark .api-block {
11+
border: 1px solid var(--border-color);
12+
box-shadow: none;
13+
}
1014

1115
.api-block-header {
1216
border-top-left-radius: 3px;

0 commit comments

Comments
 (0)