Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Add grey background to inline code
Browse files Browse the repository at this point in the history
  • Loading branch information
jasagredo committed Apr 17, 2024
1 parent cf4b596 commit 275376c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions haddock-api/resources/html/Linuwial.std-theme/linuwial.css
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,12 @@ summary {
outline: none;
}

code {
border-radius: 3px;
padding: 0 0.125em;
background-color: #ececec
}

pre {
padding: 0.5rem 1rem;
margin: 1em 0 0 0;
Expand Down

0 comments on commit 275376c

Please sign in to comment.