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