|
@@ -311,6 +311,10 @@ object {
|
|
padding: 32px;
|
|
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 {
|
|
.wp-block-a8c-blog-posts.image-alignbehind .post-has-image a:hover {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
@@ -1241,3 +1245,36 @@ table th,
|
|
.wp-block-media-text.is-style-inset-borders:before {
|
|
.wp-block-media-text.is-style-inset-borders:before {
|
|
border-color: #FFFFFF;
|
|
border-color: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.wp-block-a8c-blog-posts .cat-links a,
|
|
|
|
+.wp-block-a8c-blog-posts .entry-title a:hover,
|
|
|
|
+.wp-block-a8c-blog-posts .more-link,
|
|
|
|
+.wp-block-a8c-blog-posts .entry-meta a {
|
|
|
|
+ text-decoration: none;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-a8c-blog-posts.image-alignbehind .cat-links a:hover,
|
|
|
|
+.wp-block-a8c-blog-posts.image-alignbehind .entry-title a:hover,
|
|
|
|
+.wp-block-a8c-blog-posts.image-alignbehind .more-link:hover,
|
|
|
|
+.wp-block-a8c-blog-posts.image-alignbehind .entry-meta a:hover {
|
|
|
|
+ text-decoration: underline;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .cat-links a:hover,
|
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a:hover,
|
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .more-link:hover,
|
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .emtry-meta a:hover,
|
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .cat-links a:hover,
|
|
|
|
+[class*="background-color"]: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 .more-link:hover,
|
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .emtry-meta a:hover,
|
|
|
|
+[style*="background-color"] .wp-block-a8c-blog-posts .cat-links a:hover,
|
|
|
|
+[style*="background-color"] .wp-block-a8c-blog-posts .entry-title a:hover,
|
|
|
|
+[style*="background-color"] .wp-block-a8c-blog-posts .more-link:hover,
|
|
|
|
+[style*="background-color"] .wp-block-a8c-blog-posts .emtry-meta a:hover {
|
|
|
|
+ text-decoration: underline;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-a8c-blog-posts + .button {
|
|
|
|
+ font-size: 1em;
|
|
|
|
+}
|