Skip to content

Commit af4070a

Browse files
jaaufauvrekaren-avetisyan-mc
authored andcommitted
Added support for theme-aware logos
1 parent c287264 commit af4070a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# client-encryption-csharp
2-
[![](https://developer.mastercard.com/_/_/src/global/assets/svg/mcdev-logo-dark.svg)](https://developer.mastercard.com/)
2+
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="https://developer.mastercard.com/_/_/src/global/assets/svg/mcdev-logo-light.svg">
5+
<img src="https://developer.mastercard.com/_/_/src/global/assets/svg/mcdev-logo-dark.svg" alt="mastercard developers logo">
6+
</picture>
37

48
[![](https://github.com/Mastercard/client-encryption-csharp/workflows/Build%20&%20Test/badge.svg)](https://github.com/Mastercard/client-encryption-csharp/actions?query=workflow%3A%22Build+%26+Test%22)
59
[![](https://github.com/Mastercard/client-encryption-csharp/workflows/Sonar/badge.svg)](https://github.com/Mastercard/client-encryption-csharp/actions?query=workflow%3ASonar)

0 commit comments

Comments
 (0)