Merge pull request #1686 from Automattic/fix/#1685

Lodestar: Fix image block background color issue
This commit is contained in:
Ben Dwyer 2020-11-06 12:00:52 +00:00 committed by GitHub
commit d2aa9d7339
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ Theme URI: http://theme.wordpress.com/themes/lodestar
Author: Automattic
Author URI: https://www.wordpress.com
Description: Lodestar is a trendy one-page theme designed with startups and small business ventures in mind.
Version: 1.0.14-wpcom
Version: 1.0.15-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lodestar
@ -794,16 +794,6 @@ a:active {
border-bottom-color: transparent;
}
.entry-content a img,
.widget a img {
background: #fff;
box-shadow: 0 0 0 6px #fff;
}
.site-footer .widget-area a img {
box-shadow: 0 0 0 6px #eee;
}
.gallery-item a {
border: 0;
}
@ -2728,7 +2718,7 @@ object {
padding: 0;
text-align: left;
}
.main-navigation li {
display: inline-block;
position: relative;