Browse Source

Redhill: Make sure links in the Media & Text blocks use the correct colour

Fixes #1113
Thomas Guillot 6 years ago
parent
commit
67e46d91a2
2 changed files with 5 additions and 8 deletions
  1. 5 4
      redhill/style-rtl.css
  2. 0 4
      redhill/style.css

+ 5 - 4
redhill/style-rtl.css

@@ -1584,10 +1584,6 @@ dd {
 	margin-bottom: 0;
 }
 
-.wp-block-media-text .wp-block-media-text__content a {
-	color: currentColor;
-}
-
 .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
 	padding-top: 32px;
 	padding-bottom: 32px;
@@ -1763,6 +1759,11 @@ hr.is-style-dots:before {
 	padding-right: 0.83333rem;
 }
 
+.wp-block-jetpack-slideshow ul {
+	margin-right: 0;
+	margin-left: 0;
+}
+
 .wp-block-spacer {
 	display: block;
 	margin-bottom: 0;

+ 0 - 4
redhill/style.css

@@ -1584,10 +1584,6 @@ dd {
 	margin-bottom: 0;
 }
 
-.wp-block-media-text .wp-block-media-text__content a {
-	color: currentColor;
-}
-
 .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
 	padding-top: 32px;
 	padding-bottom: 32px;