mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
styles: fix name color
This commit is contained in:
parent
66cb8728fe
commit
ff5deb2312
@ -16,6 +16,7 @@
|
|||||||
color: var(--text-active);
|
color: var(--text-active);
|
||||||
}
|
}
|
||||||
.date {
|
.date {
|
||||||
|
color: #828282;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
letter-spacing: 0.01em;
|
letter-spacing: 0.01em;
|
||||||
@ -30,11 +31,8 @@
|
|||||||
fill: var(--disabled)
|
fill: var(--disabled)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.title {
|
.title, .content {
|
||||||
color: var(--label);
|
color: var(--text-label);
|
||||||
}
|
|
||||||
.content, .date {
|
|
||||||
color: #828282;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user