|
@@ -191,7 +191,7 @@ ul.wp-block-gallery li {
|
|
|
/* Verse */
|
|
|
.wp-block-verse {
|
|
|
background-color: transparent;
|
|
|
- font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Times,"Times New Roman",serif;
|
|
|
+ font-family: "Alegreya", Georgia, "Times New Roman", serif;
|
|
|
font-size: 1.1em;
|
|
|
font-style: italic;
|
|
|
padding: 0;
|
|
@@ -199,6 +199,9 @@ ul.wp-block-gallery li {
|
|
|
|
|
|
/* Separator */
|
|
|
.wp-block-separator {
|
|
|
+ border: none;
|
|
|
+ max-width: none;
|
|
|
+ margin: 1.6em auto;
|
|
|
}
|
|
|
|
|
|
/* Buttons */
|
|
@@ -210,7 +213,6 @@ ul.wp-block-gallery li {
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
|
|
font-size: 1.4rem;
|
|
|
font-size: 14px;
|
|
|
- font-weight: normal;
|
|
|
}
|
|
|
|
|
|
.wp-block-button a:hover,
|
|
@@ -221,7 +223,6 @@ ul.wp-block-gallery li {
|
|
|
.wp-block-button a:not([style]) {
|
|
|
border: 0;
|
|
|
color: #fff;
|
|
|
- font-weight: bold;
|
|
|
}
|
|
|
|
|
|
.wp-block-button:not([style]) a:hover,
|