mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Fixed the signup card image background color on the frontend
Refs https://github.com/TryGhost/Team/issues/3246
This commit is contained in:
parent
cc4ff8c6d4
commit
0e6d5f367d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user