summaryrefslogtreecommitdiff
path: root/source/index.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'source/index.blade.php')
-rw-r--r--source/index.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/index.blade.php b/source/index.blade.php
index 7097fdb..811b561 100644
--- a/source/index.blade.php
+++ b/source/index.blade.php
@@ -10,7 +10,7 @@ pagination:
@include('_partials.postStub')
@endforeach
</ol>
- <nav class="mt-3 px-4 flex justify-between text-gray-400 text-2xl">
+ <nav class="mt-3 px-4 flex justify-between text-2xl">
@if ($pagination->previous)
<a href="{{ $pagination->previous }}">&lt;&lt; Recent Posts</a>
@endif