Skip to content
Prev Previous commit
Next Next commit
fix Http snippet border in dark mode
  • Loading branch information
a-hariti committed Nov 1, 2024
commit 653b889d1c97a73c0585fca6d8dc2afa7dfa7ed0
4 changes: 4 additions & 0 deletions src/components/apiPage/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 0px 1px;
margin-bottom: var(--paragraph-margin-bottom);
}
.dark .api-block {
border: 1px solid var(--border-color);
box-shadow: none;
}

.api-block-header {
border-top-left-radius: 3px;
Expand Down