dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
chore(deps): bump the production-dependencies group with 6 updates (#1804)
dependabot[bot]
2025-03-06
a3b62013650f09afd11c4e58675f495bbc085569
[scapegoat/Docs2.git]
/
quartz
/
components
/
styles
/
contentMeta.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.content-meta {
margin-top: 0;
color: var(--gray);
&[show-comma="true"] {
> *:not(:last-child) {
margin-right: 8px;
&::after {
content: ",";
}
}
}
}