|
@@ -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;
|
|
}
|
|
}
|
|
@@ -1231,3 +1235,26 @@ html,
|
|
body {
|
|
body {
|
|
font-weight: 300;
|
|
font-weight: 300;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.wp-block-a8c-blog-posts .entry-title a:hover {
|
|
|
|
+ text-decoration: none;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-a8c-blog-posts .more-link {
|
|
|
|
+ text-decoration-color: #FF7A5C;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-a8c-blog-posts .more-link:hover {
|
|
|
|
+ color: inherit;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-a8c-blog-posts .entry-meta {
|
|
|
|
+ text-transform: uppercase;
|
|
|
|
+ font-weight: 500;
|
|
|
|
+ letter-spacing: .1em;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-a8c-blog-posts + .button {
|
|
|
|
+ border-radius: 0;
|
|
|
|
+ text-transform: uppercase;
|
|
|
|
+}
|