refactor: Update background color of sponsor section in README.md
This commit is contained in:
parent
b9d3f9da62
commit
d30faf7bc4
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ # Donations
|
|||
|
||||
Special thanks to our biggest sponsors!
|
||||
|
||||
<div style="display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; background-color: rgba(0, 0, 0, 0.1); padding: 10px; justify-content: center; align-items: center;">
|
||||
<div style="display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; background-color: #000; padding: 10px; justify-content: center; align-items: center;">
|
||||
<a href="https://cccareers.org/" target="_blank"><img src="./other/logos/ccc-logo.webp" alt="cccareers logo" width="200"/></a>
|
||||
<a href="http://htznr.li/CoolifyXHetzner" target="_blank"><img src="./other/logos/hetzner.jpg" alt="hetzner logo" width="150"/></a>
|
||||
<a href="https://logto.io/?ref=coolify" target="_blank"><img src="./other/logos/logto.webp" alt="logto logo" width="150"/></a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue