more content
This commit is contained in:
parent
977a3e5193
commit
db13ca20d8
5 changed files with 477 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue