|
@@ -93,19 +93,23 @@ button:hover,
|
|
|
input[type="button"]:hover,
|
|
|
input[type="reset"]:hover,
|
|
|
input[type="submit"]:hover,
|
|
|
+.wp-block-button .wp-block-button__link:hover,
|
|
|
button:focus,
|
|
|
.button:focus,
|
|
|
input[type="button"]:focus,
|
|
|
input[type="reset"]:focus,
|
|
|
input[type="submit"]:focus,
|
|
|
+.wp-block-button .wp-block-button__link:focus,
|
|
|
button:active,
|
|
|
.button:active,
|
|
|
input[type="button"]:active,
|
|
|
input[type="reset"]:active,
|
|
|
input[type="submit"]:active,
|
|
|
+.wp-block-button .wp-block-button__link:active,
|
|
|
.bypostauthor .by-post-author,
|
|
|
#infinite-handle span:hover {
|
|
|
background-color: #aaa;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.hero-area {
|
|
@@ -175,6 +179,7 @@ button,
|
|
|
input[type="button"],
|
|
|
input[type="reset"],
|
|
|
input[type="submit"],
|
|
|
+.wp-block-button .wp-block-button__link,
|
|
|
#infinite-handle span {
|
|
|
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, arial, sans-serif;
|
|
|
}
|