quartz-minimal/quartz/components/styles/contentMeta.scss
2025-12-02 09:52:11 +07:00

14 lines
193 B
SCSS
Executable file

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