Increase datetime contrast on dark mode iOS devices

This commit is contained in:
Maurice Parker 2021-11-02 05:50:47 -05:00
parent 12324bf498
commit 2bdb03be7e
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ a:hover {
--system-message-color: #5f5f5f;
--feedlink-color: rgba(94, 158, 244, 1);
--article-title-color: #e0e0e0;
--article-date-color: rgba(255, 255, 255, 0.5);
--article-date-color: rgba(255, 255, 255, 0.8);
--table-cell-border-color: dimgray;
}
}