quartz/quartz/components/styles/contentMeta.scss
2024-07-09 18:42:18 -04:00

17 lines
255 B
SCSS

.content-meta {
font-weight: bold;
margin-top: 0.25em;
color: var(--gray);
&[show-comma="true"] {
> span:not(:last-child) {
margin-right: 0.75em;
&::after {
content: "·";
margin-left: 0.75em;
}
}
}
}