Skip to content

Commit

Permalink
Tweak api docs console boxes in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
JessSaavedra authored and deborahniesz committed Sep 2, 2024
1 parent 80a9136 commit 299eac8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/docusaurus/src/css/api_docs/api_docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,16 @@
border: none;
color: var(--ifm-font-color-base);
}

pre {
border: none;
}

.highlight pre {
background-color: #404041;
border-color: transparent;
box-shadow: 0 3px 6px #00000029;
color: var(--ifm-font-color-base);
}
}
}

0 comments on commit 299eac8

Please sign in to comment.