Fixed inline code vlocks
This commit is contained in:
parent
c9eab831f9
commit
2a457997c4
@ -22,7 +22,8 @@ img {
|
|||||||
display: block;
|
display: block;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-height: 80%;
|
max-height: 80%;
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
|
min-width: 60%;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
@ -110,3 +111,10 @@ a:hover {
|
|||||||
.MJX_LiveRegion {
|
.MJX_LiveRegion {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code.highlighter-rouge {
|
||||||
|
color: #111;
|
||||||
|
background: #eee;
|
||||||
|
padding: .2rem;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user