fix(figure): use correct color for `figcaption`
This commit is contained in:
parent
0af430670a
commit
5fcbb64413
src/partials
|
@ -3,7 +3,7 @@ figure {
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
figcaption {
|
figcaption {
|
||||||
margin-top: .875rem;
|
margin-top: .875rem;
|
||||||
color: var(--xm-c-border-rev);
|
color: var(--xm-c-shallow);
|
||||||
font-size: .875rem;
|
font-size: .875rem;
|
||||||
line-height: 1.45;
|
line-height: 1.45;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue