Update thumbnail background (#3219)

* Update thumbnail background

* New thumbnail

* JPEG encoded

* Update banner
This commit is contained in:
Jeremiah Lowin 2026-02-18 15:53:46 -05:00 committed by GitHub
commit e717e1623c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 5 additions and 5 deletions

View file

@ -3,8 +3,8 @@
<!-- omit in toc -->
<picture>
<source width="550" media="(prefers-color-scheme: dark)" srcset="docs/assets/brand/f-watercolor-waves-dark-2.jpeg">
<source width="550" media="(prefers-color-scheme: light)" srcset="docs/assets/brand/f-watercolor-waves-2.png">
<source width="550" media="(prefers-color-scheme: dark)" srcset="docs/assets/brand/f-watercolor-waves-4-dark.png">
<source width="550" media="(prefers-color-scheme: light)" srcset="docs/assets/brand/f-watercolor-waves-4.png">
<img width="550" alt="FastMCP Logo" src="docs/assets/brand/f-watercolor-waves-2.png">
</picture>

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 817 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View file

@ -978,6 +978,6 @@
"theme": "almond",
"thumbnails": {
"appearance": "light",
"background": "/assets/brand/thumbnail-background-2.png"
"background": "/assets/brand/thumbnail-background-4.jpeg"
}
}

View file

@ -6,14 +6,14 @@ icon: hand-wave
mode: center
---
<img
src="/assets/brand/f-watercolor-waves-2.png"
src="/assets/brand/f-watercolor-waves-4.png"
alt="'F' logo on a watercolor background"
noZoom
className="rounded-2xl block dark:hidden"
/>
<img
src="/assets/brand/f-watercolor-waves-dark-2.jpeg"
src="/assets/brand/f-watercolor-waves-4-dark.png"
alt="'F' logo on a watercolor background"
noZoom
className="rounded-2xl hidden dark:block"