This commit is contained in:
2024-08-06 08:05:43 -07:00
commit 129b64a0fb
232 changed files with 39208 additions and 0 deletions

View File

@ -0,0 +1,14 @@
.content-meta {
margin-top: 0;
color: var(--gray);
&[show-comma="true"] {
> span:not(:last-child) {
margin-right: 8px;
&::after {
content: ",";
}
}
}
}