Skip to content

Commit 9238b0c

Browse files
committed
docs: add a logo picture for github dark theme
1 parent 9e02b3c commit 9238b0c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11

2-
<img src="https://github.com/owasp-modsecurity/ModSecurity/raw/v3/master/others/modsec.png" width="50%">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="./others/modsec_white_bg.png">
4+
<source media="(prefers-color-scheme: light)" srcset="./others/modsec.png">
5+
<img src="./others/modsec.png" width="50%">
6+
</picture>
37

48
![Quality Assurance](https://github.com/owasp-modsecurity/ModSecurity/workflows/Quality%20Assurance/badge.svg)
59
[![Build Status](https://sonarcloud.io/api/project_badges/measure?project=owasp-modsecurity_ModSecurity&metric=alert_status)](https://sonarcloud.io/dashboard?id=owasp-modsecurity_ModSecurity)

others/modsec_white_bg.png

60.6 KB
Loading

0 commit comments

Comments
 (0)