more content

This commit is contained in:
Christoph Haas 2024-11-01 11:19:28 +01:00
parent 977a3e5193
commit db13ca20d8
5 changed files with 477 additions and 8 deletions

View file

@ -2,4 +2,29 @@
color: darkgray;
padding-top: 1em;
font-size: 60%;
}
li > br {
margin-bottom: 0.2rem !important;
}
/* Allow PRE tags to scroll like .code blocks */
.sl-markdown-content > pre {
overflow: scroll;
}
/* But make them wrap if requested */
.sl-markdown-content > pre.wrap {
text-wrap: wrap;
overflow: visible;
padding-left: 3em !important;
text-indent: -2em !important;
}
:root {
--sl-text-code: 0.8rem;
}
.starlight-aside {
margin-top: 1em !important;
}