update tailwindcss to 3.4.17 and flowbite to 3.1.2

This commit is contained in:
2025-03-08 21:59:54 +01:00
parent 7a7ddc034b
commit c9c33d780f
5 changed files with 2252 additions and 965 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -27,8 +27,6 @@
<meta name="application-name" content="FET - Fachschaft Elektrotechnik">
<meta name="msapplication-TileColor" content="#2b5797">
<link rel="stylesheet" href="{% static 'css/flowbite@2.2.1.css' %}" type="text/css">
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
<!-- FontAwesome Kit -->
<!--<script src="https://kit.fontawesome.com/fb26f70535.js" crossorigin="anonymous"></script>-->
@@ -242,7 +240,7 @@
<span x-bind="footerFirst">Handcrafted </span><span x-bind="footerSecond">with </span><i class="fa-solid fa-heart" role="img" aria-label="love" @click="increase" x-bind="footerThird"></i><span x-bind="footerFourth"> by</span><span x-bind="footerFifth"> fet</span>
</div>
<script src="{% static 'js/flowbite@2.2.1.js' %}"></script>
<script src="{% static 'js/flowbite@3.1.2.js' %}"></script>
<script defer src="{% static 'js/vendor.js' %}"></script>
<script defer src="{% static 'js/scripts.js' %}"></script>