fix(figure): use correct color for `figcaption`

This commit is contained in:
郭桓桓 2023-03-07 22:28:53 +08:00
parent 0af430670a
commit 5fcbb64413
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ figure {
margin-bottom: 2rem;
figcaption {
margin-top: .875rem;
color: var(--xm-c-border-rev);
color: var(--xm-c-shallow);
font-size: .875rem;
line-height: 1.45;
}