Merge branch 'framework-css-position' into 'master'

[CHANGE] Load Framework CSS before theme CSS

See merge request allianceauth/allianceauth!1758
This commit is contained in:
Ariel Rin 2025-09-21 02:43:56 +00:00
commit f1eac7b84f
2 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,7 @@
------------------------------------------------------------------------------------- */
@media all {
.table {
--bs-table-bg: transparent;
--bs-table-bg: transparent !important;
}
}

View File

@ -18,10 +18,11 @@
<title>{% block title %}{% block page_title %}{% endblock page_title %} - {{ SITE_NAME }}{% endblock title %}</title>
{% include 'bundles/auth-framework-css.html' %}
{% theme_css %}
{% include 'bundles/fontawesome.html' %}
{% include 'bundles/auth-framework-css.html' %}
{% include 'bundles/jquery-js.html' %}
{% include 'bundles/auth-framework-js.html' %}