Skip to content

Commit

Permalink
Try to correct Safari bkgd issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shamoon committed Jul 13, 2024
1 parent 0d7072b commit bebecac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit bebecac

Please sign in to comment.