|
@@ -62,6 +62,21 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
+.archive .post-excerpt:not(.sticky),
|
|
|
+.home .post-excerpt:not(.sticky) {
|
|
|
+ color: var(--global--color-secondary);
|
|
|
+}
|
|
|
+
|
|
|
+.archive .post-excerpt:not(.sticky) .more-link,
|
|
|
+.home .post-excerpt:not(.sticky) .more-link {
|
|
|
+ color: var(--global--color-secondary);
|
|
|
+}
|
|
|
+
|
|
|
+.archive .post-excerpt:not(.sticky) .more-link:hover,
|
|
|
+.home .post-excerpt:not(.sticky) .more-link:hover {
|
|
|
+ color: var(--global--color-primary-hover);
|
|
|
+}
|
|
|
+
|
|
|
.post .entry-header {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|