28 lines
487 B
CSS
28 lines
487 B
CSS
|
div.md-sidebar--secondary,
|
||
|
div.md-sidebar--secondary div {
|
||
|
background-color: rgb(217, 217, 217);
|
||
|
border-radius: 8px;
|
||
|
}
|
||
|
|
||
|
div.md-sidebar--secondary div.md-sidebar__scrollwrap {
|
||
|
margin-left: 0;
|
||
|
margin-right: 0;
|
||
|
}
|
||
|
|
||
|
.md-content h1,
|
||
|
.md-content h2,
|
||
|
.md-content h3 {
|
||
|
margin-block-start: 0px;
|
||
|
margin-top: 0px;
|
||
|
margin-bottom: 0px;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.md-content ul {
|
||
|
margin-top: 0px;
|
||
|
}
|
||
|
|
||
|
.md-content h3+p {
|
||
|
margin-block-start: 0px;
|
||
|
margin-top: 0px;
|
||
|
}
|