mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05: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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue