Skip to content

Commit

Permalink
Experiment with a border on inline code
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Aug 13, 2021
1 parent 0b07ab3 commit 3317891
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/furo/assets/styles/content/_code.sass
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Inline code
code.literal
background: var(--color-inline-code-background)
border: 1px solid var(--color-background-border)
border-radius: 0.2em
// Make the font smaller, and use padding to recover.
font-size: var(--font-size--small--2)
Expand Down

0 comments on commit 3317891

Please sign in to comment.