|
@@ -46,6 +46,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
}
|
|
}
|
|
|
|
|
|
.post .entry-header .entry-meta {
|
|
.post .entry-header .entry-meta {
|
|
|
|
+ margin-bottom: var(--global--spacing-vertical);
|
|
order: -1;
|
|
order: -1;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -54,8 +55,9 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
}
|
|
}
|
|
|
|
|
|
.post .entry-header .entry-meta .posted-on a {
|
|
.post .entry-header .entry-meta .posted-on a {
|
|
|
|
+ color: var(--global--color-foreground-light);
|
|
font-family: var(--global--font-primary);
|
|
font-family: var(--global--font-primary);
|
|
- text-transform: uppercase;
|
|
|
|
|
|
+ font-size: var(--global--font-size-md);
|
|
}
|
|
}
|
|
|
|
|
|
.site-main > * {
|
|
.site-main > * {
|
|
@@ -84,6 +86,10 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
font-size: var(--sticky-posts--entry-content-font-size);
|
|
font-size: var(--sticky-posts--entry-content-font-size);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.post.sticky .entry-content > * {
|
|
|
|
+ color: var(--global--color-foreground-light);
|
|
|
|
+}
|
|
|
|
+
|
|
.sticky-post {
|
|
.sticky-post {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
@@ -287,6 +293,19 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
margin: 0;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.site-footer > .site-info {
|
|
|
|
+ font-family: var(--global--font-secondary);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.site-footer > .site-info a.site-name {
|
|
|
|
+ color: var(--global--color-primary);
|
|
|
|
+ font-family: var(--global--font-primary);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.site-footer > .site-info a:hover {
|
|
|
|
+ color: var(--global--color-primary-hover);
|
|
|
|
+}
|
|
|
|
+
|
|
.archive .page-header {
|
|
.archive .page-header {
|
|
line-height: var(--heading--line-height-h1);
|
|
line-height: var(--heading--line-height-h1);
|
|
margin-bottom: 16px;
|
|
margin-bottom: 16px;
|