DocScoDoc/docs/stylesheets/extra.css

35 lines
648 B
CSS
Raw Permalink Normal View History

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
}
2023-06-07 08:18:51 +02:00
/* .md-main h3:after {
2022-10-26 10:26:53 +02:00
content: " ¶";
font-family: "Libre Franklin", Arial, sans-serif;
font-weight: normal !important;
color: "#990000";
2023-06-07 08:18:51 +02:00
} */