Pārlūkot izejas kodu

Redhill: recompiling styles after merge with master

Allan Cole 6 gadi atpakaļ
vecāks
revīzija
8babf613db
2 mainītis faili ar 9 papildinājumiem un 1 dzēšanām
  1. 4 0
      redhill/style-editor.css
  2. 5 1
      redhill/style-rtl.css

+ 4 - 0
redhill/style-editor.css

@@ -178,6 +178,10 @@ body {
 	-webkit-font-smoothing: antialiased;
 }
 
+.editor-post-title__block {
+	font-size: 20px;
+}
+
 p {
 	font-size: 1em;
 	line-height: 1.6;

+ 5 - 1
redhill/style-rtl.css

@@ -1585,7 +1585,7 @@ dd {
 	margin-bottom: 0;
 }
 
-.wp-block-media-text .wp-block-media-text__content a {
+.wp-block-media-text[class*="background-color"]:not(.has-background-background-color) .wp-block-media-text__content a, .wp-block-media-text[style*="background-color"] .wp-block-media-text__content a {
 	color: currentColor;
 }
 
@@ -1604,6 +1604,10 @@ p.has-background {
 	padding: 16px 16px;
 }
 
+p.has-background:not(.has-background-background-color) a {
+	color: currentColor;
+}
+
 .wp-block-pullquote {
 	padding: calc( 3 * 16px) 0;
 	margin-right: 0;