Skip to content

Commit

Permalink
Uplift of #21784 (squashed) to release
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-builds committed Jan 29, 2024
1 parent bcdd114 commit ae624d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -348,14 +348,14 @@ function getPageBackground(p: HasImageProps) {
right: 0;
display: block;
transition: opacity .5s ease-in-out;
background: ${getBackground};
${p => p.hasImage && p.imageSrc && css`
opacity: var(--bg-opacity);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
`};
background-position: center center;
background-image: ${getBackground};
}
`
}
Expand Down

0 comments on commit ae624d3

Please sign in to comment.