Skip to content

Commit

Permalink
style: lighten up backtick code
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceMaes committed Jun 13, 2024
1 parent 9719a03 commit 013fc89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,9 @@ li.toc-heading.toc-level-0:first-of-type {
li.toc-group.toc-level-0 {
padding-left: 1em;
}

/* Override dark background from styleguide */
code:not([class*="language-"]) {
background-color: var(--color-gray-200);
border: 1px solid var(--color-gray-300);
}

0 comments on commit 013fc89

Please sign in to comment.