|
@@ -897,7 +897,7 @@ button:hover,
|
|
|
input[type="button"]:hover,
|
|
|
input[type="reset"]:hover,
|
|
|
input[type="submit"]:hover {
|
|
|
- background: #111;
|
|
|
+ background: #5d4405;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
@@ -915,7 +915,7 @@ button:focus,
|
|
|
input[type="button"]:focus,
|
|
|
input[type="reset"]:focus,
|
|
|
input[type="submit"]:focus {
|
|
|
- background: #111;
|
|
|
+ background: #5d4405;
|
|
|
outline: thin dotted;
|
|
|
outline-offset: -4px;
|
|
|
}
|
|
@@ -2644,7 +2644,7 @@ body.page .main-navigation {
|
|
|
}
|
|
|
|
|
|
.entry .entry-content a.button:hover {
|
|
|
- background: #111;
|
|
|
+ background: #5d4405;
|
|
|
color: #FAF8F5;
|
|
|
cursor: pointer;
|
|
|
}
|
|
@@ -3711,13 +3711,13 @@ body.page .main-navigation {
|
|
|
|
|
|
.entry .entry-content .wp-block-button .wp-block-button__link:hover {
|
|
|
color: white;
|
|
|
- background: #111;
|
|
|
+ background: #5d4405;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
.entry .entry-content .wp-block-button .wp-block-button__link:focus {
|
|
|
color: white;
|
|
|
- background: #111;
|
|
|
+ background: #5d4405;
|
|
|
outline: thin dotted;
|
|
|
outline-offset: -4px;
|
|
|
}
|
|
@@ -3749,11 +3749,11 @@ body.page .main-navigation {
|
|
|
|
|
|
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
|
|
|
color: white;
|
|
|
- border-color: #111;
|
|
|
+ border-color: #5d4405;
|
|
|
}
|
|
|
|
|
|
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) {
|
|
|
- color: #111;
|
|
|
+ color: #5d4405;
|
|
|
}
|
|
|
|
|
|
.entry .entry-content .wp-block-archives,
|
|
@@ -4354,12 +4354,12 @@ body.page .main-navigation {
|
|
|
}
|
|
|
|
|
|
.entry .entry-content .wp-block-file .wp-block-file__button:hover {
|
|
|
- background: #111;
|
|
|
+ background: #5d4405;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
.entry .entry-content .wp-block-file .wp-block-file__button:focus {
|
|
|
- background: #111;
|
|
|
+ background: #5d4405;
|
|
|
outline: thin dotted;
|
|
|
outline-offset: -4px;
|
|
|
}
|
|
@@ -4428,6 +4428,10 @@ body.page .main-navigation {
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
+.entry .entry-content .wp-block-media-text a {
|
|
|
+ color: inherit;
|
|
|
+}
|
|
|
+
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
.entry .entry-content .wp-block-media-text:before {
|
|
|
content: '';
|
|
@@ -4784,7 +4788,7 @@ body.page .main-navigation {
|
|
|
}
|
|
|
|
|
|
.entry .entry-content .a8c-posts-list-item__edit-link:hover, .entry .entry-content .a8c-posts-list-item__edit-link:focus {
|
|
|
- background: #111;
|
|
|
+ background: #5d4405;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
@@ -4827,7 +4831,7 @@ body.page .main-navigation {
|
|
|
}
|
|
|
|
|
|
.entry .entry-content .a8c-posts-list__view-all:hover {
|
|
|
- background: #111;
|
|
|
+ background: #5d4405;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
@@ -4837,7 +4841,7 @@ body.page .main-navigation {
|
|
|
}
|
|
|
|
|
|
.entry .entry-content .a8c-posts-list__view-all:focus {
|
|
|
- background: #111;
|
|
|
+ background: #5d4405;
|
|
|
outline: thin dotted;
|
|
|
outline-offset: -4px;
|
|
|
}
|