Skip to content

Commit

Permalink
fix image shadow on logos
Browse files Browse the repository at this point in the history
  • Loading branch information
benphelps committed Jun 17, 2024
1 parent a4ee308 commit 99c935f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/more/sponsors.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,11 @@ These companies help the Homepage project by providing services, tools, and reso
</p>
</div>
</div>

<style>
.md-typeset img,
.md-typeset svg,
.md-typeset video {
box-shadow: none;
}
</style>
2 changes: 1 addition & 1 deletion docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
}

body {
background-image: url("/assets/blossom_valley.jpg");
background-image: url("https://raw.githubusercontent.com/gethomepage/homepage/main/docs/assets/blossom_valley.jpg");
background-size: cover;
background-attachment: fixed;
background-position: center;
Expand Down

0 comments on commit 99c935f

Please sign in to comment.