docs: refactor docs

This commit is contained in:
thomas
2023-11-12 14:38:32 +01:00
parent 550f7089a8
commit 3a159ebd35
7 changed files with 100 additions and 41 deletions

View File

@@ -84,7 +84,7 @@ a.primary > svg {
}
b {
color: var(--sl-color-accent-high);
color: var(--sl-color-accent-high) !important;
}
.starlight-aside--tip b {
@@ -124,3 +124,31 @@ starlight-menu-button svg {
flex-direction: column;
justify-content: space-between;
}
.important-block {
border: solid 1px red;
padding: 16px;
background-color: #f100002e;
}
.starlight-aside--note,
.starlight-aside--tip {
background-color: transparent;
border: solid 1px gray;
color: var(--sl-color-text);
}
.starlight-aside--note .starlight-aside__title,
.starlight-aside--tip .starlight-aside__title {
color: white;
}
.starlight-aside--danger {
background-color: #f100002e;
border: solid 1px red;
color: var(--sl-color-text);
}
.starlight-aside--danger .starlight-aside__title {
color: red;
}