Skip to content

Commit

Permalink
update inline code block style
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jan 18, 2024
1 parent a3eb4fb commit 010bb23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/_sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ div.highlighter-rouge div.highlight {
border-radius: 0.5rem;
}

// Inline code
:not(pre,figure)>code {
padding: 0.2em 0.4em;
display: inline-block;
background-color: #261939;
border: 1px solid #413257;
}

// Search results
.search-results {
background-color: #2E2A33A3;
Expand Down

0 comments on commit 010bb23

Please sign in to comment.