fix: add variable white

This commit is contained in:
jdegand
2023-11-25 12:53:15 -05:00
parent 0f46151537
commit e14a04a9c7

View File

@@ -139,6 +139,11 @@ starlight-menu-button svg {
color: var(--sl-color-text);
}
.starlight-aside--note .starlight-aside__title,
.starlight-aside--tip .starlight-aside__title {
color: var(--sl-color-white);
}
.starlight-aside--danger {
background-color: #f100002e;
border: solid 1px red;