figcaption

This commit is contained in:
2025-01-05 14:03:30 +01:00
parent c73f32aaa1
commit 4088fc3192
2 changed files with 11 additions and 1 deletions

View File

@ -44,3 +44,13 @@
display: table;
width: 100%;
}
.vp-doc figcaption {
margin-top: 0;
font-style: italic;
margin-bottom: 1em;
}
.vp-doc figcaption::before {
content: '▲ ';
font-style: normal;
}