|
@@ -4160,15 +4160,13 @@ body.admin-bar .widget_eu_cookie_law_widget.widget.top {
|
|
|
|
|
|
article .entry-header .entry-title,
|
|
|
.page-title,
|
|
|
-.a8c-posts-list .a8c-posts-list-item__title,
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .entry-title {
|
|
|
+.a8c-posts-list .a8c-posts-list-item__title {
|
|
|
margin-top: 32px;
|
|
|
}
|
|
|
|
|
|
article .entry-header .entry-title a,
|
|
|
.page-title a,
|
|
|
-.a8c-posts-list .a8c-posts-list-item__title a,
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .entry-title a {
|
|
|
+.a8c-posts-list .a8c-posts-list-item__title a {
|
|
|
color: inherit;
|
|
|
text-decoration: none;
|
|
|
}
|
|
@@ -4179,10 +4177,16 @@ article .entry-header .entry-title a:active, article .entry-header .entry-title
|
|
|
.page-title a:hover,
|
|
|
.a8c-posts-list .a8c-posts-list-item__title a:active,
|
|
|
.a8c-posts-list .a8c-posts-list-item__title a:focus,
|
|
|
-.a8c-posts-list .a8c-posts-list-item__title a:hover,
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .entry-title a:active,
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .entry-title a:focus,
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
|
|
|
+.a8c-posts-list .a8c-posts-list-item__title a:hover {
|
|
|
+ color: #C04239;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-title a {
|
|
|
+ color: inherit;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-title a:active, .wp-block-newspack-blocks-homepage-articles article .entry-title a:focus, .wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
|
|
|
color: #C04239;
|
|
|
}
|
|
|
|