Skip to content

Commit

Permalink
add drop-shadow to logo (for GitHub dark mode)
Browse files Browse the repository at this point in the history
  • Loading branch information
naskio committed Dec 20, 2023
1 parent f1f0c06 commit 2b9aebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="./logo.svg" width="200"/>
<img src="./logo.svg" width="200" style="filter: drop-shadow(0px 0px 2px rgba(255,255,255,0.5));" alt="Armada logo"/>

<p><a href="https://circleci.com/gh/armadaproject/armada"><img src="https://circleci.com/gh/helm/helm.svg?style=shield" alt="CircleCI"></a>
<a href="https://goreportcard.com/report/github.com/armadaproject/armada"><img src="https://goreportcard.com/badge/github.com/armadaproject/armada" alt="Go Report Card"></a></p>
Expand Down

0 comments on commit 2b9aebf

Please sign in to comment.