chore: bump tailwind to v4

This commit is contained in:
2025-01-30 00:05:48 +01:00
parent 5b9947e9ad
commit d916f4b249
3 changed files with 26 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<div class="grid grid-cols-1 md:grid-cols-3 gap-4 mt-8">
{{ range .Pages }}
<div
class="overflow-hidden rounded-lg shadow-lg border-2 hover:bg-primary-300 text-slate-600"
class="overflow-hidden rounded-lg shadow-lg border-2 border-gray-200 hover:bg-primary-300 text-slate-600"
>
<a href="{{ .RelPermalink }}">
{{ $image := .Resources.GetMatch "header" }}