diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-03-08 01:55:15 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-03-08 01:55:15 +0000 |
| commit | 86c9d4be98d6e9ab122f7d676e90664f007a8376 (patch) | |
| tree | 18b77a5c0c3308490bf070dd99349073ad94d61e /source/index.blade.php | |
| parent | 04cf7135f46c9460fd97715010d45d8154c142d0 (diff) | |
Style posts
Diffstat (limited to 'source/index.blade.php')
| -rw-r--r-- | source/index.blade.php | 2 |
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 }}"><< Recent Posts</a> @endif |
