diff --git a/docs/docs/assets/stylesheets/custom.css b/docs/docs/assets/stylesheets/custom.css index 365181600..e3fba385b 100644 --- a/docs/docs/assets/stylesheets/custom.css +++ b/docs/docs/assets/stylesheets/custom.css @@ -55,3 +55,20 @@ th { .md-button { padding: 0.2rem 0.75rem !important; } + +.announce-left { + display: flex; + justify-content: center; + align-items: center; + gap: 1rem; +} + +.announce-left > a { + color: #e0e0e0; + font-weight: bold; +} + +.announce-left > a:hover { + color: var(--md-primary-fg-color); + text-decoration: underline; +} diff --git a/docs/docs/overrides/main.html b/docs/docs/overrides/main.html index 277356866..18a1a7188 100644 --- a/docs/docs/overrides/main.html +++ b/docs/docs/overrides/main.html @@ -1,8 +1,8 @@ -{% extends "base.html" %} {% block analytics %} - +{% extends "base.html" %} +{% block announce %} +
{% endblock %}