|
@@ -128,6 +128,14 @@ ul ul {
|
|
flex-direction: row-reverse;
|
|
flex-direction: row-reverse;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.post-navigation-link-next a {
|
|
|
|
+ margin-right: 0.5em;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.post-navigation-link-previous a {
|
|
|
|
+ margin-left: 0.5em;
|
|
|
|
+}
|
|
|
|
+
|
|
.next-prev-links .wp-block-column,
|
|
.next-prev-links .wp-block-column,
|
|
.next-prev-links .wp-block-column:not(:only-child) {
|
|
.next-prev-links .wp-block-column:not(:only-child) {
|
|
flex-basis: 40% !important;
|
|
flex-basis: 40% !important;
|
|
@@ -166,6 +174,7 @@ ul ul {
|
|
a:hover {
|
|
a:hover {
|
|
background: var(--wp--custom--color--primary);
|
|
background: var(--wp--custom--color--primary);
|
|
color: var(--wp--custom--color--background);
|
|
color: var(--wp--custom--color--background);
|
|
|
|
+ text-decoration: none;
|
|
}
|
|
}
|
|
|
|
|
|
a:active,
|
|
a:active,
|