Skip to content

Commit 19839c5

Browse files
✨ Update footer copyright section for improved layout and adjust hurricane color in Tailwind config
1 parent bc3eb6e commit 19839c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/views/components/footer.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ class="h-8"
608608

609609
{{-- Copyright --}}
610610
<section
611-
class="flex flex-col flex-wrap items-center gap-x-5 gap-y-3 text-center text-sm text-hurricane/80 sm:flex-row sm:justify-between sm:px-6 sm:text-left min-[1060px]:px-0"
611+
class="flex flex-col flex-wrap items-center gap-x-5 gap-y-3 text-center text-sm text-hurricane sm:flex-row sm:justify-between sm:px-6 sm:text-left min-[1060px]:px-0"
612612
aria-label="Credits and copyright information"
613613
>
614614
{{-- Left side --}}

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default {
2121
midnight: '#0F033A',
2222
evening: '#251A4D',
2323
merino: '#F2E7DD',
24-
hurricane: '#7E7474',
24+
hurricane: '#7B7171',
2525
dolphin: '#6C6489',
2626
'burnt-dolphin': '#454059',
2727
'peach-orange': '#FFC497',

0 commit comments

Comments
 (0)