Merge pull request #363 from jdegand/light-mode-fix

fix: note & reminder visible on light mode
This commit is contained in:
Laforge Thomas
2023-11-25 19:45:05 +01:00
committed by GitHub

View File

@@ -141,7 +141,7 @@ starlight-menu-button svg {
.starlight-aside--note .starlight-aside__title,
.starlight-aside--tip .starlight-aside__title {
color: white;
color: var(--sl-color-white);
}
.starlight-aside--danger {