0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Fixed email styles leaking from labs flag

Refs https://github.com/TryGhost/Team/issues/2845
This commit is contained in:
Sanne de Vries 2023-04-05 16:27:53 +02:00
parent 92663ea731
commit 47750f3d23

View file

@ -779,7 +779,7 @@ a[data-flickr-embed] img {
}
.kg-audio-thumbnail.placeholder {
background: {{accentColor}} !important;
background-color: {{accentColor}} !important;
}
.kg-callout-card {
@ -1043,11 +1043,11 @@ a[data-flickr-embed] img {
vertical-align: middle;
text-align: center;
border-radius: 2px;
background: #F7F7F7;
background-color: {{accentColor}} !important;
}
.kg-twitter-card {
width: auto;
width: 100%
width: 100%;
margin: 0 auto;
border-radius: 12px;
border: 1px solid #e5eff5;