|
@@ -6,7 +6,7 @@ Author: Automattic
|
|
|
Author URI: https://automattic.com/
|
|
|
Description: Barnsbury is an earthy and friendly theme design with farming and agriculture businesses in mind.
|
|
|
Requires at least: WordPress 4.9.6
|
|
|
-Version: 1.3.15
|
|
|
+Version: 1.3.16
|
|
|
License: GNU General Public License v2 or later
|
|
|
License URI: LICENSE
|
|
|
Template: varia
|
|
@@ -4072,7 +4072,7 @@ body.admin-bar .widget_eu_cookie_law_widget.widget.top {
|
|
|
grid-column-gap: 16px;
|
|
|
grid-template-areas: "site-logo site-logo" "site-title social-navigation" "site-description main-navigation";
|
|
|
}
|
|
|
- .site-header:before, .site-header:after {
|
|
|
+ .site-header::before, .site-header::after {
|
|
|
content: none;
|
|
|
display: none;
|
|
|
}
|
|
@@ -4139,9 +4139,9 @@ body.admin-bar .widget_eu_cookie_law_widget.widget.top {
|
|
|
box-shadow: none;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
- .main-navigation > div > ul > li:hover > ul:before,
|
|
|
- .main-navigation > div > ul > li[focus-within] > ul:before,
|
|
|
- .main-navigation > div > ul > li.current-menu-item > ul:before {
|
|
|
+ .main-navigation > div > ul > li:hover > ul::before,
|
|
|
+ .main-navigation > div > ul > li[focus-within] > ul::before,
|
|
|
+ .main-navigation > div > ul > li.current-menu-item > ul::before {
|
|
|
border-bottom: 8px solid #20603C;
|
|
|
border-right: 8px solid transparent;
|
|
|
border-left: 8px solid transparent;
|
|
@@ -4150,9 +4150,9 @@ body.admin-bar .widget_eu_cookie_law_widget.widget.top {
|
|
|
margin-right: 16px;
|
|
|
width: 16px;
|
|
|
}
|
|
|
- .main-navigation > div > ul > li:hover > ul:before,
|
|
|
- .main-navigation > div > ul > li:focus-within > ul:before,
|
|
|
- .main-navigation > div > ul > li.current-menu-item > ul:before {
|
|
|
+ .main-navigation > div > ul > li:hover > ul::before,
|
|
|
+ .main-navigation > div > ul > li:focus-within > ul::before,
|
|
|
+ .main-navigation > div > ul > li.current-menu-item > ul::before {
|
|
|
border-bottom: 8px solid #20603C;
|
|
|
border-right: 8px solid transparent;
|
|
|
border-left: 8px solid transparent;
|
|
@@ -4238,7 +4238,7 @@ body.admin-bar .widget_eu_cookie_law_widget.widget.top {
|
|
|
}
|
|
|
|
|
|
#main .entry-content .entry-attachment {
|
|
|
- max-width: calc( 100% - 64px);
|
|
|
+ max-width: calc(100% - 64px);
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -4285,7 +4285,7 @@ body.admin-bar .widget_eu_cookie_law_widget.widget.top {
|
|
|
font-size: 0.84746rem;
|
|
|
}
|
|
|
|
|
|
-.comment-form-cookies-consent input[type=checkbox] + label {
|
|
|
+.comment-form-cookies-consent input[type="checkbox"] + label {
|
|
|
line-height: 1.6;
|
|
|
}
|
|
|
|
|
@@ -4303,9 +4303,12 @@ body.admin-bar .widget_eu_cookie_law_widget.widget.top {
|
|
|
@media only screen and (min-width: 782px) {
|
|
|
.site-footer .widget-area {
|
|
|
max-width: 100%;
|
|
|
+ display: grid;
|
|
|
+ grid-template-columns: 1fr 1fr;
|
|
|
+ column-gap: 32px;
|
|
|
}
|
|
|
.site-footer .widget-area > .widget {
|
|
|
- width: 50%;
|
|
|
+ margin-top: 0;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -4440,7 +4443,7 @@ body.admin-bar .widget_eu_cookie_law_widget.widget.top {
|
|
|
.wp-block-cover .wp-block-separator,
|
|
|
.wp-block-cover-image .wp-block-separator,
|
|
|
.has-background .wp-block-separator {
|
|
|
- border-color: currentColor;
|
|
|
+ border-color: currentcolor;
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-posts > li > a {
|
|
@@ -4454,7 +4457,7 @@ body.admin-bar .widget_eu_cookie_law_widget.widget.top {
|
|
|
}
|
|
|
|
|
|
.has-background:not(.has-background-background-color) .wp-block-latest-posts > li > a:hover, .has-background:not(.has-background-background-color) .wp-block-latest-posts > li > a:focus, .has-background:not(.has-background-background-color) .wp-block-latest-posts > li > a:active {
|
|
|
- color: currentColor;
|
|
|
+ color: currentcolor;
|
|
|
text-decoration: underline;
|
|
|
}
|
|
|
|