docs: remove white background from images + zoomed images (#5846)
This PR does the following: 1. Replaces all images in the anatomy of Unleash doc with new versions that don't have text on transparent backgrounds. This makes the images work on both light and dark backgrounds. 2. Removes the white background from images in the docs. This was only there to make sure the anatomy images worked in dark mode too. 3. Uses the general docs background color (based on your preferred theme) when zooming in on images.
@ -154,7 +154,9 @@ module.exports = {
|
||||
imageZoom: {
|
||||
// Optional medium-zoom options at
|
||||
// https://www.npmjs.com/package/medium-zoom#options
|
||||
options: {},
|
||||
options: {
|
||||
background: 'var(--ifm-background-color)'
|
||||
},
|
||||
}
|
||||
},
|
||||
presets: [
|
||||
|
@ -100,9 +100,6 @@ main :is(p, figure) > img:not([src^="https://img.shields.io/" i], [src*="badge.s
|
||||
/* round corners to match the rest of the page */
|
||||
border-radius: var(--ifm-global-radius);
|
||||
|
||||
/* provide a background in case some images are partly transparent */
|
||||
background: var(--unleash-img-background-color);
|
||||
|
||||
/* center in-text images */
|
||||
display: block;
|
||||
margin: auto;
|
||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 56 KiB |