|
@@ -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;
|
|
|
}
|
|
@@ -1264,6 +1268,50 @@ p:not(.site-title) a:hover {
|
|
|
color: currentColor;
|
|
|
}
|
|
|
|
|
|
+.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;
|
|
|
+}
|
|
|
+
|
|
|
+.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,
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a,
|
|
|
+[style*="background-color"] .wp-block-a8c-blog-posts .entry-title a {
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+.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: 1.04167em;
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* Full Site Editing
|
|
|
* - Full Site Editing overrides
|