mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
17 lines
255 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
}
|