removed light theme in fx, kept it in wnp

This commit is contained in:
Reem H 2024-03-12 12:17:10 +11:00 коммит произвёл Alex Gibson
Родитель db24baab99
Коммит d555ef71f5
2 изменённых файлов: 8 добавлений и 3 удалений

Просмотреть файл

@ -102,9 +102,7 @@
{% block content %}{% endblock %} {% block content %}{% endblock %}
{% block site_footer %} {% block site_footer %}
{% with theme_class='mzp-t-light' %} {% include 'includes/protocol/footer/footer.html' %}
{% include 'includes/protocol/footer/footer.html' %}
{% endwith %}
{% endblock %} {% endblock %}
{# Banner is last in HTML as it's low priority for search engines and uses `data-nosnippet` (issue #8739) #} {# Banner is last in HTML as it's low priority for search engines and uses `data-nosnippet` (issue #8739) #}

Просмотреть файл

@ -24,4 +24,11 @@
{% include 'firefox/whatsnew/includes/release-notes.html' %} {% include 'firefox/whatsnew/includes/release-notes.html' %}
</main> </main>
{% endblock %}
{% block site_footer %}
{% with theme_class='mzp-t-light' %}
{% include 'includes/protocol/footer/footer.html' %}
{% endwith %}
{% endblock %} {% endblock %}