Skip to content

Commit

Permalink
fix(hero): add background color (#1653)
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore03109 authored Mar 13, 2024
1 parent ec1ce26 commit c7bb586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/siteColorUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const createPageStyleSheet = (repoName, primaryColor, secondaryColor) => {

// EditHomepage: hero button - secondary color
customStyleSheet.insertRule(
`.is-secondary { background-color: ${secondaryColor} !important;}`,
`.is-secondary { background-color: ${secondaryColor} !important; color: #fff !important;}`,
0
)

Expand Down

0 comments on commit c7bb586

Please sign in to comment.