19 lines
244 B
CSS
19 lines
244 B
CSS
.rst-content code {
|
|
color: inherit;
|
|
font-size: 85%;
|
|
border: none;
|
|
padding: 0px;
|
|
background: #eee;
|
|
}
|
|
|
|
.rst-content pre code {
|
|
color: inherit;
|
|
font-size: 80%;
|
|
line-height: 1.5em;
|
|
background: #eee;
|
|
}
|
|
|
|
p {
|
|
line-height: 1.5em;
|
|
}
|