Merge pull request #3264 from xuruidong/logo2

docs: add a logo picture for github dark theme
This commit is contained in:
Ervin Hegedus 2024-10-02 09:08:58 +02:00 committed by GitHub
commit 7737594edf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
<img src="https://github.com/owasp-modsecurity/ModSecurity/raw/v3/master/others/modsec.png" width="50%">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./others/modsec_white_bg.png">
<source media="(prefers-color-scheme: light)" srcset="./others/modsec.png">
<img src="./others/modsec.png" width="50%">
</picture>
![Quality Assurance](https://github.com/owasp-modsecurity/ModSecurity/workflows/Quality%20Assurance/badge.svg)
[![Build Status](https://sonarcloud.io/api/project_badges/measure?project=owasp-modsecurity_ModSecurity&metric=alert_status)](https://sonarcloud.io/dashboard?id=owasp-modsecurity_ModSecurity)

BIN
others/modsec_white_bg.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB