diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 07ded3914c..29de4cb924 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -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: [ diff --git a/website/src/css/custom.css b/website/src/css/custom.css index be80e2df56..c230c3401f 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -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; diff --git a/website/static/img/anatomy-of-unleash-constraint.png b/website/static/img/anatomy-of-unleash-constraint.png index 44dd2fe01e..9d75a5bd11 100644 Binary files a/website/static/img/anatomy-of-unleash-constraint.png and b/website/static/img/anatomy-of-unleash-constraint.png differ diff --git a/website/static/img/anatomy-of-unleash-customer-tiers.png b/website/static/img/anatomy-of-unleash-customer-tiers.png index f91ac2badf..ab2ef21443 100644 Binary files a/website/static/img/anatomy-of-unleash-customer-tiers.png and b/website/static/img/anatomy-of-unleash-customer-tiers.png differ diff --git a/website/static/img/anatomy-of-unleash-environment.png b/website/static/img/anatomy-of-unleash-environment.png index 998267a684..785b88c17d 100644 Binary files a/website/static/img/anatomy-of-unleash-environment.png and b/website/static/img/anatomy-of-unleash-environment.png differ diff --git a/website/static/img/anatomy-of-unleash-environments-strategies.png b/website/static/img/anatomy-of-unleash-environments-strategies.png index 2d9c6eaea8..ab603f5148 100644 Binary files a/website/static/img/anatomy-of-unleash-environments-strategies.png and b/website/static/img/anatomy-of-unleash-environments-strategies.png differ diff --git a/website/static/img/anatomy-of-unleash-environments-strategies2.png b/website/static/img/anatomy-of-unleash-environments-strategies2.png index 3de4404d97..9364e9982a 100644 Binary files a/website/static/img/anatomy-of-unleash-environments-strategies2.png and b/website/static/img/anatomy-of-unleash-environments-strategies2.png differ diff --git a/website/static/img/anatomy-of-unleash-features.png b/website/static/img/anatomy-of-unleash-features.png index 7faffeae6e..c86f05070d 100644 Binary files a/website/static/img/anatomy-of-unleash-features.png and b/website/static/img/anatomy-of-unleash-features.png differ diff --git a/website/static/img/anatomy-of-unleash-new-feature-rollout.png b/website/static/img/anatomy-of-unleash-new-feature-rollout.png index 354d160328..c647836eeb 100644 Binary files a/website/static/img/anatomy-of-unleash-new-feature-rollout.png and b/website/static/img/anatomy-of-unleash-new-feature-rollout.png differ diff --git a/website/static/img/anatomy-of-unleash-segments.png b/website/static/img/anatomy-of-unleash-segments.png index d7be434b23..881300c2a8 100644 Binary files a/website/static/img/anatomy-of-unleash-segments.png and b/website/static/img/anatomy-of-unleash-segments.png differ diff --git a/website/static/img/anatomy-of-unleash-strategy.png b/website/static/img/anatomy-of-unleash-strategy.png index 8a45aab019..6aec474198 100644 Binary files a/website/static/img/anatomy-of-unleash-strategy.png and b/website/static/img/anatomy-of-unleash-strategy.png differ diff --git a/website/static/img/anatomy-of-unleash-variants-per-environment.png b/website/static/img/anatomy-of-unleash-variants-per-environment.png index 983af4a114..8480677445 100644 Binary files a/website/static/img/anatomy-of-unleash-variants-per-environment.png and b/website/static/img/anatomy-of-unleash-variants-per-environment.png differ diff --git a/website/static/img/anatomy-of-unleash-variants.png b/website/static/img/anatomy-of-unleash-variants.png index 0684883093..dba1c4aa70 100644 Binary files a/website/static/img/anatomy-of-unleash-variants.png and b/website/static/img/anatomy-of-unleash-variants.png differ