ovni/doc/extra.css

19 lines
244 B
CSS
Raw Normal View History

2022-08-29 17:10:38 +02:00
.rst-content code {
color: inherit;
font-size: 85%;
border: none;
padding: 0px;
2022-08-31 11:31:55 +02:00
background: #eee;
2022-08-29 17:10:38 +02:00
}
.rst-content pre code {
color: inherit;
font-size: 80%;
line-height: 1.5em;
2022-08-31 11:31:55 +02:00
background: #eee;
2022-08-29 17:10:38 +02:00
}
p {
line-height: 1.5em;
}