|
@@ -566,6 +566,24 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
list-style-position: inside;
|
|
|
}
|
|
|
|
|
|
+/* Latest Posts */
|
|
|
+
|
|
|
+.wp-block-latest-posts > li > a {
|
|
|
+ color: inherit;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-latest-posts .wp-block-latest-posts__post-excerpt a {
|
|
|
+ background-color: #e7ae01;
|
|
|
+ color: #fff;
|
|
|
+ display: block;
|
|
|
+ font-size: 14px;
|
|
|
+ letter-spacing: 0.1em;
|
|
|
+ margin: 10px auto 0;
|
|
|
+ padding: 1em;
|
|
|
+ text-transform: uppercase;
|
|
|
+ width: max-content;
|
|
|
+}
|
|
|
+
|
|
|
/* Latest Comments */
|
|
|
|
|
|
.wp-block-latest-comments {
|