|
@@ -311,6 +311,10 @@ object {
|
|
|
padding: 32px;
|
|
|
}
|
|
|
|
|
|
+.wp-block-a8c-blog-posts.image-alignbehind .post-has-image .cat-links {
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-a8c-blog-posts.image-alignbehind .post-has-image a:hover {
|
|
|
color: currentColor;
|
|
|
}
|
|
@@ -1297,6 +1301,44 @@ b, strong {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.wp-block-a8c-blog-posts .entry-title {
|
|
|
+ font-weight: 300;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-a8c-blog-posts .entry-title a {
|
|
|
+ color: inherit;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-a8c-blog-posts .entry-title a:hover {
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-a8c-blog-posts .cat-links a,
|
|
|
+.wp-block-a8c-blog-posts .more-link,
|
|
|
+.wp-block-a8c-blog-posts .entry-meta a {
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-a8c-blog-posts .cat-links a:hover,
|
|
|
+.wp-block-a8c-blog-posts .more-link:hover,
|
|
|
+.wp-block-a8c-blog-posts .entry-meta a:hover {
|
|
|
+ text-decoration: underline;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-a8c-blog-posts.image-alignbehind article .entry-title a:hover {
|
|
|
+ text-decoration: underline;
|
|
|
+}
|
|
|
+
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a:hover,
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a:hover,
|
|
|
+[style*="background-color"] .wp-block-a8c-blog-posts .entry-title a:hover {
|
|
|
+ text-decoration: underline;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-a8c-blog-posts + .button {
|
|
|
+ font-size: 0.83333em;
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* Full Site Editing
|
|
|
* - Full Site Editing overrides
|