Skip to content

Commit 9f6b7f5

Browse files
authored
Add black icon for light theme in GitHub (OWASP#1220)
1 parent 8790280 commit 9f6b7f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<div align="center">
22

3-
<img src="https://nest.owasp.org/img/owasp_icon_white_sm.png" alt="OWASP Logo" width="200" height="200">
3+
<picture>
4+
<source srcset="https://nest.owasp.org/img/owasp_icon_white_sm.png" media="(prefers-color-scheme: dark)">
5+
<img src="https://nest.owasp.org/img/owasp_icon_black_sm.png" alt="OWASP Logo" width="200">
6+
</picture>
47

58
# [OWASP Nest](https://nest.owasp.org/)
69

0 commit comments

Comments
 (0)