mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-03 11:17:57 +01:00
15 lines
193 B
SCSS
15 lines
193 B
SCSS
.content-meta {
|
|
margin-top: 0;
|
|
color: var(--gray);
|
|
|
|
&[show-comma="true"] {
|
|
> *:not(:last-child) {
|
|
margin-right: 8px;
|
|
|
|
&::after {
|
|
content: ",";
|
|
}
|
|
}
|
|
}
|
|
}
|