dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(a11y): increased content-meta text contrast (#1980)
Emile Bangma
2025-05-24
c9741d00f3c7745929008b17288c58bbe5f18aef
[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(--darkgray);
&[show-comma="true"] {
> *:not(:last-child) {
margin-right: 8px;
&::after {
content: ",";
}
}
}
}