diff --git a/docs/assets/banner3m2.png b/docs/assets/banner3m2.png new file mode 100644 index 0000000..173eec5 Binary files /dev/null and b/docs/assets/banner3m2.png differ diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 298a293..890938f 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -216,7 +216,7 @@ body:not(.has-hero) .md-content__inner { /* MOBILE BACKGROUND - Override the desktop image */ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), - url('../assets/banner3m.png'); + url('../assets/banner3m2.png'); background-attachment: scroll; /* Disable parallax on mobile for performance */ }