fix: note & reminder visible on light mode

This commit is contained in:
jdegand
2023-11-24 12:43:36 -05:00
parent dc28ae8e4d
commit 0f46151537

View File

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