fix(periodicals): light mode date color

This commit is contained in:
Garrit Franke 2022-06-13 19:15:53 +02:00
parent fe0dd52480
commit 3b38edd832
No known key found for this signature in database
GPG key ID: 65586C4DDA55EA2C

View file

@ -102,7 +102,8 @@ a {
color: var(--head-nav-text-color);
}
time.by-line {
time.by-line,
p.by-line-post {
color: var(--table-color);
}