fix image shadow on logos

This commit is contained in:
Ben Phelps 2024-06-17 20:26:48 +03:00
parent a4ee3089bc
commit 99c935f5e0
2 changed files with 9 additions and 1 deletions

View file

@ -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>