Skip to content

Commit

Permalink
Merge pull request #83 from laughk/inline-code-blocks-and-pagination-…
Browse files Browse the repository at this point in the history
…numbers-improvements

feat: tweak style for inline code block
  • Loading branch information
laughk authored Apr 29, 2024
2 parents 5505dca + 6a31a63 commit 8b57de1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/css/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion static/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ twitterwidget {
ul {
display: inline-block;
padding: 0;
line-height: 2em;

li {
display: inline;
Expand Down Expand Up @@ -267,11 +268,12 @@ main {
}

code {
padding: 0.2em 0.5em;
padding: 0.2em;
color: $dark-red;
font-family: $mono;
background: $light-grey;
border-radius: 3px;
font-size: 0.9em;
}

pre {
Expand Down

0 comments on commit 8b57de1

Please sign in to comment.