switch banners back to png with transparency

This commit is contained in:
Tommy D. Rossi
2025-11-25 18:43:23 +01:00
parent d2679e976c
commit b70de75b76
6 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
<div align='center'>
<br/>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="banner-dark.jpg" />
<source media="(prefers-color-scheme: light)" srcset="banner.jpg" />
<img src="banner.jpg" alt="Playwriter - For browser automation MCP" width="600" />
<source media="(prefers-color-scheme: dark)" srcset="banner-dark.png" />
<source media="(prefers-color-scheme: light)" srcset="banner.png" />
<img src="banner.png" alt="Playwriter - For browser automation MCP" width="600" />
</picture>
<br/>
<br/>
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 504 KiB

After

Width:  |  Height:  |  Size: 526 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB