diff --git a/src/apps/fossdb/templates/detailed_view.html b/src/apps/fossdb/templates/detailed_view.html index f63bc76..e045350 100644 --- a/src/apps/fossdb/templates/detailed_view.html +++ b/src/apps/fossdb/templates/detailed_view.html @@ -13,33 +13,33 @@
- See project source code and read more here!
@@ -100,7 +100,7 @@ {% for license in project.license.all|dictsort:"short_name" %} + class="bg-opacity-0 border rounded-xl border-slategray-200 px-3 text-xs min-w-16 hover:bg-steelblue-400 hover:bg-opacity-60 transform duration-200 ease-linear"> {{ license }} @@ -111,12 +111,12 @@