Try to correct Safari bkgd issue

This commit is contained in:
shamoon 2024-07-13 10:36:20 -07:00
parent 0d7072beea
commit bebecacc89

View File

@ -92,11 +92,11 @@
}
body {
background-color: transparent !important;
background-image: url("https://raw.githubusercontent.com/gethomepage/homepage/main/docs/assets/blossom_valley.jpg");
background-size: cover;
background-attachment: fixed;
background-position: center;
background-color: transparent;
color: rgba(255, 255, 255, 0.8);
}