custom-doc.scss 165 B

1234567891011
  1. .vp-doc {
  2. figure {
  3. text-align: -webkit-center;
  4. figcaption {
  5. color: var(--vp-c-text-3);
  6. font-size: 0.875em;
  7. margin-top: 5px;
  8. }
  9. }
  10. }