Fixed the signup card image background color on the frontend

Refs https://github.com/TryGhost/Team/issues/3246
This commit is contained in:
Sanne de Vries 2023-05-23 12:45:03 +02:00
parent cc4ff8c6d4
commit 0e6d5f367d

View File

@ -69,6 +69,10 @@
/**/
}
.kg-signup-card-image.kg-style-accent {
background-color: var(--ghost-accent-color);
}
/* Heading */
.kg-signup-card h2.kg-signup-card-heading {