|
@@ -100,9 +100,10 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
}
|
|
}
|
|
|
|
|
|
.entry-content .more-link {
|
|
.entry-content .more-link {
|
|
- margin-top: 0;
|
|
|
|
- display: inline-block;
|
|
|
|
color: var(--global--color-foreground);
|
|
color: var(--global--color-foreground);
|
|
|
|
+ display: inline-block;
|
|
|
|
+ font-size: var(--entry-meta--font-size);
|
|
|
|
+ margin-top: 0;
|
|
}
|
|
}
|
|
|
|
|
|
.entry-content .more-link:hover {
|
|
.entry-content .more-link:hover {
|
|
@@ -123,7 +124,6 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
}
|
|
}
|
|
|
|
|
|
.entry-content .excerpt-more-link .more-link {
|
|
.entry-content .excerpt-more-link .more-link {
|
|
- font-size: calc(0.75 * var(--global--font-size-base));
|
|
|
|
margin-right: 1rem;
|
|
margin-right: 1rem;
|
|
}
|
|
}
|
|
|
|
|