mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 05:54:19 +02:00
Update thumbnail background (#3219)
* Update thumbnail background * New thumbnail * JPEG encoded * Update banner
This commit is contained in:
parent
8a13032419
commit
e717e1623c
9 changed files with 5 additions and 5 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
BIN
docs/assets/brand/f-watercolor-waves-4-dark.png
Normal file
BIN
docs/assets/brand/f-watercolor-waves-4-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 733 KiB |
BIN
docs/assets/brand/f-watercolor-waves-4.png
Normal file
BIN
docs/assets/brand/f-watercolor-waves-4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 817 KiB |
BIN
docs/assets/brand/prefect-wordmark-dark.png
Normal file
BIN
docs/assets/brand/prefect-wordmark-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.2 KiB |
BIN
docs/assets/brand/prefect-wordmark-light.png
Normal file
BIN
docs/assets/brand/prefect-wordmark-light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.7 KiB |
BIN
docs/assets/brand/thumbnail-background-3.jpeg
Normal file
BIN
docs/assets/brand/thumbnail-background-3.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
BIN
docs/assets/brand/thumbnail-background-4.jpeg
Normal file
BIN
docs/assets/brand/thumbnail-background-4.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
|
|
@ -978,6 +978,6 @@
|
|||
"theme": "almond",
|
||||
"thumbnails": {
|
||||
"appearance": "light",
|
||||
"background": "/assets/brand/thumbnail-background-2.png"
|
||||
"background": "/assets/brand/thumbnail-background-4.jpeg"
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue