2022-04-24 16:32:20 +02:00
|
|
|
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;
|
2022-10-26 10:26:53 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.md-main h3:after {
|
|
|
|
content: " ¶";
|
|
|
|
font-family: "Libre Franklin", Arial, sans-serif;
|
|
|
|
font-weight: normal !important;
|
|
|
|
color: "#990000";
|
|
|
|
/* "\00B6";*/
|
2022-04-24 16:32:20 +02:00
|
|
|
}
|