1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 20:10:08 +02:00

📝 Test dark mode image

This commit is contained in:
2022-06-01 12:44:22 +02:00
parent da8659adba
commit 0c09e808bd
2 changed files with 5 additions and 1 deletions

View File

@ -10,7 +10,11 @@
It's super convenient to switch between different versions of PHP. You'll even get notifications (only if you choose to opt-in, of course)! It's super convenient to switch between different versions of PHP. You'll even get notifications (only if you choose to opt-in, of course)!
<img src="./docs/notification.png" width="370px" alt="phpmon screenshot (notification)"/> <picture>
<source srcset="./docs/notification-dark.png" media="(prefers-color-scheme: dark)">
<img src="./docs/notification.png" width="370px" alt="phpmon screenshot (notification)"/>
</picture>
PHP Monitor also gives you quick access to various useful functionality (like accessing configuration files, restarting services, and more). PHP Monitor also gives you quick access to various useful functionality (like accessing configuration files, restarting services, and more).

BIN
docs/notification-dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB