diff --git a/templates/modules/pagination.html b/templates/modules/pagination.html
index 65d00d8..a517b05 100644
--- a/templates/modules/pagination.html
+++ b/templates/modules/pagination.html
@@ -14,6 +14,7 @@
th:selected="${i == page}"
th:value="${i}"
th:text="|${i} / ${totalPages}|"
+ class="bg-white text-gray-900 dark:bg-slate-700 dark:text-slate-50"
>