Skip to content

Commit

Permalink
Update style.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
tkb-github authored Sep 13, 2024
1 parent ee0500a commit c0e9a57
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,22 @@
.sc {
font-variant: small-caps;
}

.markdown-body {
pre code,
pre tt {
display: inline;
max-width: 100%;
padding: 0;
margin: 0;
overflow: visible;
line-height: inherit;
word-wrap: normal;
background-color: transparent;
border: 0;
}

li {
word-break: break-all;
}
}

0 comments on commit c0e9a57

Please sign in to comment.