Skip to content

Commit

Permalink
adapt opencollective images to theme background (#9298)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s authored Jun 19, 2023
1 parent 6f78e6f commit 86f0a86
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
4 changes: 4 additions & 0 deletions frontend/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@
html[data-theme="dark"] .docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.3);
}

.opencollective-image {
color-scheme: initial;
}
15 changes: 12 additions & 3 deletions frontend/src/pages/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,32 @@ Shields.io is possible thanks to the people and companies who donate money, serv
💵 These organisations help keep shields running by donating on OpenCollective. Your organisation can support this project by <a href="https://opencollective.com/shields#sponsor">becoming a sponsor </a>. Your logo will show up here with a link to your website.

<p>
<object data="https://opencollective.com/shields/sponsors.svg?avatarHeight=80&width=600" />
<object
data="https://opencollective.com/shields/sponsors.svg?avatarHeight=80&width=600"
class="opencollective-image"
></object>
</p>

## Backers

💵 Thank you to all our backers who help keep shields running by donating on OpenCollective. You can support this project by <a href="https://opencollective.com/shields#backer">becoming a backer</a>.

<p>
<object data="https://opencollective.com/shields/backers.svg?width=600" />
<object
data="https://opencollective.com/shields/backers.svg?width=600"
class="opencollective-image">
</object>
</p>

## Contributors

🙏 This project exists thanks to all the nice people who contribute their time to work on the project.

<p>
<object data="https://opencollective.com/shields/contributors.svg?width=600" />
<object
data="https://opencollective.com/shields/contributors.svg?width=600"
class="opencollective-image"
></object>
</p>

✨ Shields is helped by these companies which provide a free plan for their product or service:
Expand Down

0 comments on commit 86f0a86

Please sign in to comment.