|
@@ -1890,7 +1890,7 @@ p.has-background {
|
|
|
|
|
|
hr {
|
|
|
border-bottom-color: #E0E0E0;
|
|
|
- border-bottom-width: 2px;
|
|
|
+ border-bottom-width: 1px;
|
|
|
clear: both;
|
|
|
margin-right: auto;
|
|
|
margin-left: auto;
|
|
@@ -1909,7 +1909,7 @@ hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
|
|
|
|
|
|
hr.wp-block-separator.is-style-wide {
|
|
|
border-bottom-color: #E0E0E0;
|
|
|
- border-bottom-width: 2px;
|
|
|
+ border-bottom-width: 1px;
|
|
|
}
|
|
|
|
|
|
hr.wp-block-separator.is-style-dots:before {
|
|
@@ -3726,6 +3726,11 @@ hr.wp-block-separator.is-style-wide,
|
|
|
padding: 0;
|
|
|
}
|
|
|
|
|
|
+.wp-block-separator {
|
|
|
+ border-bottom-color: #E0E0E0;
|
|
|
+ border-bottom-width: 1px;
|
|
|
+}
|
|
|
+
|
|
|
table td,
|
|
|
table th,
|
|
|
.wp-block-table td,
|