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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user