Skip to content

Commit

Permalink
variables
Browse files Browse the repository at this point in the history
  • Loading branch information
stsecurity committed Oct 17, 2023
1 parent e4718e4 commit 907220c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/javascript/styles/fault/overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ MISC TWEAKS
//header image in start page and about page
.public-account-header__image img,
.hero-widget__img img {
content:url(--headerUrl);
content:var(--headerUrl);
}

//mascot image in about page
.landing-page__mascot img {
content:url(--aboutMascotUrl);
content:var(--aboutMascotUrl);
}

/* vignette on headers and dropdowns */
Expand Down

0 comments on commit 907220c

Please sign in to comment.