styles: fix name color

This commit is contained in:
unknown 2021-09-14 16:25:53 +07:00
parent 66cb8728fe
commit ff5deb2312

View File

@ -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);
}
}
}