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 c0625ce0cf - Show all commits

View File

@ -49,7 +49,7 @@
<div class="row">
<div class="col">
{% if object_list %}
<div class="cards card-layout-horizontal cards-3">
<div class="cards cards-3">
{% for extension in object_list %}
{% include "extensions/components/card.html" with show_type=False %}
{% endfor %}