🎨 Make blog icon backround transparent (#628)

refs TryGhost/Ghost#7688
This commit is contained in:
Aileen Nowak 2017-04-07 20:29:58 +07:00 committed by Kevin Ansfield
parent d399aa68b1
commit 597dda35b0

View File

@ -92,7 +92,7 @@ body > .ember-view:not(.default-liquid-destination) {
margin-right: 10px;
width: 34px;
height: 34px;
background-color: #222;
background-color: transparent;
background-size: 34px;
border-radius: 4px;
}