feat(platform): color topbar link health

This commit is contained in:
lingniu
2026-07-03 23:03:42 +08:00
parent b73292b97e
commit 71b714bbf7
2 changed files with 20 additions and 1 deletions

View File

@@ -68,6 +68,18 @@ body {
z-index: 10;
}
.vp-link-health-button-warning {
color: var(--vp-warning);
border-color: rgba(247, 144, 9, 0.45);
background: rgba(247, 144, 9, 0.08);
}
.vp-link-health-button-ok {
color: var(--vp-success);
border-color: rgba(18, 183, 106, 0.45);
background: rgba(18, 183, 106, 0.08);
}
.vp-page {
padding: var(--vp-page-gutter);
}