1
0
mirror of https://github.com/karl0ss/homepage.git synced 2025-05-25 23:25:18 +01:00

add backgroundOpacity option

This commit is contained in:
Andy 2022-09-16 15:31:13 +03:00 committed by Ben Phelps
parent ef7737e9be
commit d7be64c3d9

@ -46,6 +46,7 @@ export default function Home({ settings }) {
if (settings.background) {
wrappedStyle.backgroundImage = `url(${settings.background})`;
wrappedStyle.backgroundSize = "cover";
wrappedStyle.opacity = settings.backgroundOpacity ?? 1;
}
useEffect(() => {