mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-07-01 23:30:59 +02:00
15 lines
197 B
SCSS
15 lines
197 B
SCSS
.content-meta {
|
|
margin-top: 0;
|
|
color: var(--darkgray);
|
|
|
|
&[show-comma="true"] {
|
|
> *:not(:last-child) {
|
|
margin-right: 8px;
|
|
|
|
&::after {
|
|
content: ",";
|
|
}
|
|
}
|
|
}
|
|
}
|