Skip to content

Commit

Permalink
Header image no longer overrides personal headers
Browse files Browse the repository at this point in the history
  • Loading branch information
stsecurity committed May 2, 2022
1 parent 466873d commit 8b65797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/javascript/styles/fault/overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ MISC TWEAKS
}

//header image in start page and about page
.public-account-header__image img,
//.public-account-header__image img,
.hero-widget__img img {
content:var(--headerUrl);
}
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/styles/lilymagic/overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ MISC TWEAKS
}

//header image in start page and about page
.public-account-header__image img,
//.public-account-header__image img,
.hero-widget__img img {
content:var(--headerUrl);
}
Expand Down

0 comments on commit 8b65797

Please sign in to comment.