0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Fixed audio thumbnail placeholder in email

Refs https://github.com/TryGhost/Team/issues/1230
This commit is contained in:
Sanne de Vries 2021-12-13 13:35:40 +01:00
parent c8ebe22a0c
commit c10db9a885

View file

@ -576,7 +576,7 @@ figure blockquote p {
line-height: 1.3em;
}
.kg-audio-thumbnail {
.kg-audio-thumbnail.placeholder {
background: ${templateSettings.accentColor || '#15212A'} !important;
}