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
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;
}
}