@@ -65,3 +65,19 @@
margin-top: map-deep-get($config-global, "spacing", "unit");
}
+
+.wp-block-a8c-blog-posts {
+ .entry-title a {
+ color: inherit;
+ &:hover,
+ &:focus,
+ &:active {
+ color: map-deep-get($config-global, "color", "primary", "default");
+ }
+ &.image-alignbehind .post-has-image a:hover {
+ color: #fff;
+}
@@ -1251,3 +1251,15 @@ table th,
.wp-block-latest-posts .wp-block-latest-posts__post-full-content {
margin-top: 16px;
+.wp-block-a8c-blog-posts .entry-title a {
+.wp-block-a8c-blog-posts .entry-title a:hover, .wp-block-a8c-blog-posts .entry-title a:focus, .wp-block-a8c-blog-posts .entry-title a:active {
+ color: #20603C;
+.wp-block-a8c-blog-posts.image-alignbehind .post-has-image a:hover {