|
@@ -1830,8 +1830,13 @@ p.has-background {
|
|
letter-spacing: normal;
|
|
letter-spacing: normal;
|
|
}
|
|
}
|
|
|
|
|
|
-.has-background .wp-block-quote .wp-block-quote__citation, .has-background
|
|
|
|
-.wp-block-quote cite, .has-background
|
|
|
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation,
|
|
|
|
+[class*=background-color]:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation, .has-background:not(.has-background-background-color)
|
|
|
|
+.wp-block-quote cite,
|
|
|
|
+[class*=background-color]:not(.has-background-background-color)
|
|
|
|
+.wp-block-quote cite, .has-background:not(.has-background-background-color)
|
|
|
|
+.wp-block-quote footer,
|
|
|
|
+[class*=background-color]:not(.has-background-background-color)
|
|
.wp-block-quote footer {
|
|
.wp-block-quote footer {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
@@ -1862,6 +1867,11 @@ p.has-background {
|
|
letter-spacing: normal;
|
|
letter-spacing: normal;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-quote,
|
|
|
|
+[class*=background-color]:not(.has-background-background-color) .wp-block-quote {
|
|
|
|
+ border-color: currentColor;
|
|
|
|
+}
|
|
|
|
+
|
|
hr {
|
|
hr {
|
|
border-bottom: 2px solid #DDDDDD;
|
|
border-bottom: 2px solid #DDDDDD;
|
|
clear: both;
|
|
clear: both;
|
|
@@ -2042,8 +2052,7 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
.has-background:not(.has-background-background-color) a,
|
|
.has-background:not(.has-background-background-color) a,
|
|
-.has-background p, .has-background h1, .has-background h2, .has-background h3, .has-background h4, .has-background h5, .has-background h6,
|
|
|
|
-.has-background .wp-block-quote__citation {
|
|
|
|
|
|
+.has-background p, .has-background h1, .has-background h2, .has-background h3, .has-background h4, .has-background h5, .has-background h6 {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
|
|
|