diff --git a/overrides/main.html b/overrides/main.html index 954af3bc6..1e12c6591 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -6,10 +6,12 @@ {% elif config.theme.language == 'en' %} {% set announcements = "The paper book (Chinese edition) will be published soon. Stay tuned!" %} {% endif %} - -{{ announcements }} +
{% endblock %} \ No newline at end of file diff --git a/overrides/stylesheets/extra.css b/overrides/stylesheets/extra.css index 44e371856..a48cdc6d5 100644 --- a/overrides/stylesheets/extra.css +++ b/overrides/stylesheets/extra.css @@ -214,7 +214,7 @@ body { font-size: 0.75rem; } -.md-banner svg { +.md-banner .banner-svg svg { margin-right: 0.3rem; height: 0.63rem; fill: var(--md-default-fg-color);