mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2025-01-03 05:08:08 +00:00
fix(periodicals): light mode date color
This commit is contained in:
parent
fe0dd52480
commit
3b38edd832
1 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,8 @@ a {
|
||||||
color: var(--head-nav-text-color);
|
color: var(--head-nav-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
time.by-line {
|
time.by-line,
|
||||||
|
p.by-line-post {
|
||||||
color: var(--table-color);
|
color: var(--table-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue