Implement Web Assets' theme system and selection, and add 'light' theme #118

Merged
Márton Lente merged 97 commits from martonlente/extensions-website:ui/theme-light into main 2024-05-08 14:20:07 +02:00
Showing only changes of commit 1d7fb4e986 - Show all commits

View File

@ -23,11 +23,13 @@
{# Description #} {# Description #}
{% block extension_description %} {% block extension_description %}
<section id="about" class="mt-3"> {% if extension.description %}
<div class="box ext-detail-description"> <section id="about" class="mt-3">
{{ extension.description|markdown }} <div class="box ext-detail-description">
</div> {{ extension.description|markdown }}
</section> </div>
</section>
{% endif %}
{% endblock extension_description %} {% endblock extension_description %}
{# What's New #} {# What's New #}