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);
|
||||
}
|
||||
.date {
|
||||
color: #828282;
|
||||
font-size: 1.2rem;
|
||||
line-height: 2rem;
|
||||
letter-spacing: 0.01em;
|
||||
@ -30,11 +31,8 @@
|
||||
fill: var(--disabled)
|
||||
}
|
||||
}
|
||||
.title {
|
||||
color: var(--label);
|
||||
}
|
||||
.content, .date {
|
||||
color: #828282;
|
||||
.title, .content {
|
||||
color: var(--text-label);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user