1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Dark mode color optimization.

This commit is contained in:
Cotes Chung
2020-01-06 23:50:16 +08:00
parent ff9663f376
commit 8fcf1e35fc
4 changed files with 18 additions and 18 deletions

View File

@@ -79,7 +79,7 @@
}
.post-navigation a::before {
color: gray;
color: var(--text-muted-color, gray);
font-size: .65rem;
text-transform: uppercase;
}
@@ -157,7 +157,7 @@
}
#related-posts .timeago {
color: rgba(30,55,70,.4);
color: var(--text-muted-color, rgba(30,55,70,.4));
}
#related-posts p {