feat(doc): improve documentation authoring exp

This commit is contained in:
thomas
2023-10-14 21:01:45 +02:00
parent c117f43c5c
commit e8bf7cbe43
45 changed files with 293 additions and 1027 deletions

View File

@@ -49,17 +49,6 @@
margin: 0px 2px;
}
.chip {
border-width: 1px;
border-style: solid;
border-color: var(--color-chip-border);
border-radius: 6px;
padding: 2px 8px;
background-color: var(--color-chip);
color: var(--sl-color-text);
width: fit-content;
}
.article-footer {
margin-top: 3rem !important;
display: flex;
@@ -131,3 +120,7 @@ starlight-menu-button svg {
flex-direction: column;
justify-content: space-between;
}
/* .content-panel {
padding-top: 2px;
} */