Skip to content

Commit

Permalink
css: make inline code look the same as before bootstrap 4 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Sep 1, 2020
1 parent 86b9f82 commit 8d08166
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions assets/css/beautifuljekyll.css
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,19 @@ table tr td :last-child {

/* --- Code blocks --- */

code {
padding: 0.125rem 0.25rem;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 0.25rem;
}

pre code {
padding: 0;
background-color: transparent;
border-radius: 0;
}

pre {
font-size: 1rem;
line-height: 1.5;
Expand Down

0 comments on commit 8d08166

Please sign in to comment.