Fixed inline code vlocks

MetaPost
Øyvind Skaaden 2020-12-05 21:54:23 +01:00
parent c9eab831f9
commit 2a457997c4
1 changed files with 9 additions and 1 deletions

View File

@ -22,7 +22,8 @@ img {
display: block;
margin: 0 auto;
max-height: 80%;
max-width: 80%;
max-width: 80%;
min-width: 60%;
}
h1, h2, h3, h4, h5, h6 {
@ -110,3 +111,10 @@ a:hover {
.MJX_LiveRegion {
display: none;
}
code.highlighter-rouge {
color: #111;
background: #eee;
padding: .2rem;
border-radius: 3px;
}