vault backup: 2025-03-11 23:28:57

This commit is contained in:
2025-03-11 23:28:57 +08:00
parent 50ffee2257
commit 4a5a8657be
13 changed files with 271 additions and 15 deletions

View File

@@ -0,0 +1,24 @@
.image-captions-figure {
margin: 0;
padding: 2px;
display: table; /* To allow for correct caption text wrapping */
border-radius: 2px;
}
.image-captions-caption {
margin: -5px 0 0 0;
padding: 3px 5px;
text-align: center;
display: table-caption; /* To allow for correct caption text wrapping */
caption-side: bottom;
}
.theme-dark .image-captions-figure,
.theme-dark .image-captions-caption {
background: #303030;
}
.theme-light .image-captions-figure,
.theme-light .image-captions-caption {
background: #ebebeb;
}