|
@@ -430,6 +430,45 @@ object {
|
|
|
padding-left: 0;
|
|
|
}
|
|
|
|
|
|
+.wp-block-latest-posts > li > a {
|
|
|
+ font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
+ font-size: 1.2rem;
|
|
|
+ font-weight: 700;
|
|
|
+ line-height: 1.125;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-latest-posts:not(.is-grid) > li {
|
|
|
+ /* Vertical margins logic */
|
|
|
+ margin-top: 32px;
|
|
|
+ margin-bottom: 32px;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-latest-posts:not(.is-grid) > li:first-child {
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-latest-posts:not(.is-grid) > li:last-child {
|
|
|
+ margin-bottom: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-latest-posts .wp-block-latest-posts__post-date {
|
|
|
+ color: #686868;
|
|
|
+ font-size: 0.83333rem;
|
|
|
+ line-height: 1.6;
|
|
|
+}
|
|
|
+
|
|
|
+[class*="inner-container"] .wp-block-latest-posts .wp-block-latest-posts__post-date,
|
|
|
+.has-background .wp-block-latest-posts .wp-block-latest-posts__post-date {
|
|
|
+ color: currentColor;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
|
|
|
+.wp-block-latest-posts .wp-block-latest-posts__post-full-content {
|
|
|
+ font-size: 0.83333rem;
|
|
|
+ line-height: 1.6;
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-media-text .block-editor-inner-blocks {
|
|
|
padding-right: 16px;
|
|
|
padding-left: 16px;
|
|
@@ -638,14 +677,20 @@ table th,
|
|
|
color: #FFFFFF !important;
|
|
|
}
|
|
|
|
|
|
+.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 {
|
|
|
+ color: currentColor;
|
|
|
+}
|
|
|
+
|
|
|
.has-primary-background-color[class] {
|
|
|
background-color: #c43d80 !important;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-.has-primary-background-color[class] p, .has-primary-background-color[class] h1, .has-primary-background-color[class] h2, .has-primary-background-color[class] h3, .has-primary-background-color[class] h4, .has-primary-background-color[class] h5, .has-primary-background-color[class] h6,
|
|
|
-.has-primary-background-color[class] .wp-block-quote__citation {
|
|
|
- color: currentColor;
|
|
|
+.has-primary-background-color[class] {
|
|
|
+ background-color: #c43d80 !important;
|
|
|
+ color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
.has-secondary-background-color[class] {
|
|
@@ -653,71 +698,36 @@ table th,
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-.has-secondary-background-color[class] p, .has-secondary-background-color[class] h1, .has-secondary-background-color[class] h2, .has-secondary-background-color[class] h3, .has-secondary-background-color[class] h4, .has-secondary-background-color[class] h5, .has-secondary-background-color[class] h6,
|
|
|
-.has-secondary-background-color[class] .wp-block-quote__citation {
|
|
|
- color: currentColor;
|
|
|
-}
|
|
|
-
|
|
|
.has-foreground-background-color[class] {
|
|
|
background-color: #181818 !important;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-background-color[class] p, .has-foreground-background-color[class] h1, .has-foreground-background-color[class] h2, .has-foreground-background-color[class] h3, .has-foreground-background-color[class] h4, .has-foreground-background-color[class] h5, .has-foreground-background-color[class] h6,
|
|
|
-.has-foreground-background-color[class] .wp-block-quote__citation {
|
|
|
- color: currentColor;
|
|
|
-}
|
|
|
-
|
|
|
.has-foreground-light-background-color[class] {
|
|
|
background-color: #686868 !important;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-light-background-color[class] p, .has-foreground-light-background-color[class] h1, .has-foreground-light-background-color[class] h2, .has-foreground-light-background-color[class] h3, .has-foreground-light-background-color[class] h4, .has-foreground-light-background-color[class] h5, .has-foreground-light-background-color[class] h6,
|
|
|
-.has-foreground-light-background-color[class] .wp-block-quote__citation {
|
|
|
- color: currentColor;
|
|
|
-}
|
|
|
-
|
|
|
.has-foreground-dark-background-color[class] {
|
|
|
background-color: #020202 !important;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-dark-background-color[class] p, .has-foreground-dark-background-color[class] h1, .has-foreground-dark-background-color[class] h2, .has-foreground-dark-background-color[class] h3, .has-foreground-dark-background-color[class] h4, .has-foreground-dark-background-color[class] h5, .has-foreground-dark-background-color[class] h6,
|
|
|
-.has-foreground-dark-background-color[class] .wp-block-quote__citation {
|
|
|
- color: currentColor;
|
|
|
-}
|
|
|
-
|
|
|
.has-background-light-background-color[class] {
|
|
|
background-color: #F7F7F7 !important;
|
|
|
color: #181818;
|
|
|
}
|
|
|
|
|
|
-.has-background-light-background-color[class] p, .has-background-light-background-color[class] h1, .has-background-light-background-color[class] h2, .has-background-light-background-color[class] h3, .has-background-light-background-color[class] h4, .has-background-light-background-color[class] h5, .has-background-light-background-color[class] h6,
|
|
|
-.has-background-light-background-color[class] .wp-block-quote__citation {
|
|
|
- color: currentColor;
|
|
|
-}
|
|
|
-
|
|
|
.has-background-dark-background-color[class] {
|
|
|
background-color: #CCCCCC !important;
|
|
|
color: #181818;
|
|
|
}
|
|
|
|
|
|
-.has-background-dark-background-color[class] p, .has-background-dark-background-color[class] h1, .has-background-dark-background-color[class] h2, .has-background-dark-background-color[class] h3, .has-background-dark-background-color[class] h4, .has-background-dark-background-color[class] h5, .has-background-dark-background-color[class] h6,
|
|
|
-.has-background-dark-background-color[class] .wp-block-quote__citation {
|
|
|
- color: currentColor;
|
|
|
-}
|
|
|
-
|
|
|
.has-background-background-color[class] {
|
|
|
background-color: #FFFFFF !important;
|
|
|
color: #181818;
|
|
|
}
|
|
|
|
|
|
-.has-background-background-color[class] p, .has-background-background-color[class] h1, .has-background-background-color[class] h2, .has-background-background-color[class] h3, .has-background-background-color[class] h4, .has-background-background-color[class] h5, .has-background-background-color[class] h6,
|
|
|
-.has-background-background-color[class] .wp-block-quote__citation {
|
|
|
- color: currentColor;
|
|
|
-}
|
|
|
-
|
|
|
.is-small-text,
|
|
|
.has-small-font-size {
|
|
|
font-size: 0.83333em;
|