|
@@ -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;
|
|
|
}
|
|
@@ -1269,3 +1273,46 @@ table th,
|
|
|
font-size: 1.25em;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+.wp-block-a8c-blog-posts .entry-title a {
|
|
|
+ color: inherit;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-a8c-blog-posts .entry-title a:active, .wp-block-a8c-blog-posts .entry-title a:focus, .wp-block-a8c-blog-posts .entry-title a:hover {
|
|
|
+ text-decoration: none;
|
|
|
+ color: #CAAB57;
|
|
|
+}
|
|
|
+
|
|
|
+.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:active, .wp-block-a8c-blog-posts .cat-links a:focus, .wp-block-a8c-blog-posts .cat-links a:hover,
|
|
|
+.wp-block-a8c-blog-posts .more-link:active,
|
|
|
+.wp-block-a8c-blog-posts .more-link:focus,
|
|
|
+.wp-block-a8c-blog-posts .more-link:hover,
|
|
|
+.wp-block-a8c-blog-posts .entry-meta a:active,
|
|
|
+.wp-block-a8c-blog-posts .entry-meta a:focus,
|
|
|
+.wp-block-a8c-blog-posts .entry-meta a:hover {
|
|
|
+ text-decoration: underline;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-a8c-blog-posts.image-alignbehind article .entry-title a:active, .wp-block-a8c-blog-posts.image-alignbehind article .entry-title a:focus, .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:active, .has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a:focus, .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:active,
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a:focus,
|
|
|
+[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:active,
|
|
|
+[style*="background-color"] .wp-block-a8c-blog-posts .entry-title a:focus,
|
|
|
+[style*="background-color"] .wp-block-a8c-blog-posts .entry-title a:hover {
|
|
|
+ text-decoration: underline;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-a8c-blog-posts + .button {
|
|
|
+ font-size: 1em;
|
|
|
+}
|