|
@@ -253,14 +253,6 @@ body.lodestar-front-page:not(.has-sidebar) .lodestar-panel:not(.two-column) .wp-
|
|
|
|
|
|
/* Buttons */
|
|
|
|
|
|
-.wp-block-button .wp-block-button__link:not(.has-text-color) {
|
|
|
- color: #fff;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-button .wp-block-button__link:not(.has-background) {
|
|
|
- background: #29292a;
|
|
|
-}
|
|
|
-
|
|
|
.wp-block-button .wp-block-button__link {
|
|
|
border: 0;
|
|
|
border-radius: 0;
|
|
@@ -275,12 +267,23 @@ body.lodestar-front-page:not(.has-sidebar) .lodestar-panel:not(.two-column) .wp-
|
|
|
transition: background 0.2s;
|
|
|
}
|
|
|
|
|
|
+.wp-block-button__link {
|
|
|
+ background: #29292a;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-button__link:hover,
|
|
|
.wp-block-button__link:focus,
|
|
|
.wp-block-button__link:active {
|
|
|
background: #555;
|
|
|
}
|
|
|
|
|
|
+.wp-block-button__link.has-background:hover,
|
|
|
+.wp-block-button__link.has-background:focus,
|
|
|
+.wp-block-button__link.has-background:active {
|
|
|
+ opacity: 0.8;
|
|
|
+}
|
|
|
+
|
|
|
/* Separator */
|
|
|
|
|
|
.wp-block-separator {
|
|
@@ -326,8 +329,10 @@ body.lodestar-front-page:not(.has-sidebar) .lodestar-panel:not(.two-column) .wp-
|
|
|
margin-right: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-latest-comments__comment-date {
|
|
|
+.wp-block-latest-comments__comment-date,
|
|
|
+.wp-block-latest-comments__comment-excerpt p {
|
|
|
color: inherit;
|
|
|
+ font-size: inherit;
|
|
|
}
|
|
|
|
|
|
/* Latest Posts */
|
|
@@ -344,7 +349,8 @@ body.lodestar-front-page:not(.has-sidebar) .lodestar-panel:not(.two-column) .wp-
|
|
|
.has-pale-pink-color,
|
|
|
.has-pale-pink-color:hover,
|
|
|
.has-pale-pink-color:focus,
|
|
|
-.has-pale-pink-color:active {
|
|
|
+.has-pale-pink-color:active,
|
|
|
+.has-pale-pink-color:visited {
|
|
|
color: #f78da7;
|
|
|
}
|
|
|
|