diff --git a/docs/assets/aura.png b/docs/assets/aura.png new file mode 100644 index 000000000..5b2a59a16 Binary files /dev/null and b/docs/assets/aura.png differ diff --git a/docs/assets/overrides/main.html b/docs/assets/overrides/main.html index 1c5f3c7e5..f4e86223a 100644 --- a/docs/assets/overrides/main.html +++ b/docs/assets/overrides/main.html @@ -1,5 +1,10 @@ {% extends "base.html" %} +{% block announce %} +This information is for a newer, unreleased version of Fusion. Use the version +switcher if you're not on Fusion's dev branch. +{% endblock %} + {% block fonts %} {% if config.theme.font != false %} diff --git a/docs/assets/theme/page.css b/docs/assets/theme/page.css index a496439dd..a12e4038e 100644 --- a/docs/assets/theme/page.css +++ b/docs/assets/theme/page.css @@ -83,10 +83,25 @@ color: var(--fusiondoc-bg-1); } +.md-banner__inner { + position: relative; + max-width: 100%; + width: fit-content; + margin: 0 auto; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + height: 100%; +} -.md-banner { - background-color: var(--fusiondoc-bg-0); - text-align: center; +.md-banner__inner::before { + content: ""; + position: absolute; + top: 0; + left: -50%; + right: -50%; + bottom: 0; + background: url(../aura.png); + background-size: 100% 100%; } .md-footer__inner {