|
@@ -76,6 +76,33 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.home .post .entry-title {
|
|
|
|
+ font-size: var(--global--font-size-lg);
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.post .entry-header {
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.post .entry-header .entry-title {
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.post .entry-header .entry-meta {
|
|
|
|
+ order: -1;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.post .entry-header .entry-meta .posted-on svg {
|
|
|
|
+ display: none;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.post .entry-header .entry-meta .posted-on a {
|
|
|
|
+ font-family: var(--global--font-primary);
|
|
|
|
+ text-transform: uppercase;
|
|
|
|
+}
|
|
|
|
+
|
|
a {
|
|
a {
|
|
border-bottom: none;
|
|
border-bottom: none;
|
|
}
|
|
}
|
|
@@ -84,10 +111,6 @@ a {
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
|
|
|
|
-.post .entry-title {
|
|
|
|
- font-size: var(--global--font-size-xl);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
@media only screen and (min-width: 482px) {
|
|
@media only screen and (min-width: 482px) {
|
|
.has-main-navigation .site-header {
|
|
.has-main-navigation .site-header {
|
|
padding: calc( 2 * var(--global--spacing-vertical)) 0;
|
|
padding: calc( 2 * var(--global--spacing-vertical)) 0;
|
|
@@ -102,12 +125,7 @@ a {
|
|
|
|
|
|
.site-header .site-branding {
|
|
.site-header .site-branding {
|
|
flex-grow: 1;
|
|
flex-grow: 1;
|
|
-}
|
|
|
|
-
|
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
|
- .site-header .site-branding {
|
|
|
|
- text-align: left;
|
|
|
|
- }
|
|
|
|
|
|
+ text-align: left;
|
|
}
|
|
}
|
|
|
|
|
|
.site-header .site-branding .site-title > a {
|
|
.site-header .site-branding .site-title > a {
|
|
@@ -125,3 +143,11 @@ a {
|
|
color: var(--global--color-secondary);
|
|
color: var(--global--color-secondary);
|
|
margin: 6px calc( var(--global--spacing-horizontal) / 2);
|
|
margin: 6px calc( var(--global--spacing-horizontal) / 2);
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.wp-block-latest-posts > li > a {
|
|
|
|
+ color: var(--global--color-foreground);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-latest-posts > li > a:hover {
|
|
|
|
+ color: var(--global--color-primary);
|
|
|
|
+}
|