Skip to content

Commit 65f9d68

Browse files
💄 Update hover text color for footer links to enhance visibility and consistency across themes
1 parent 212751e commit 65f9d68

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

‎resources/views/components/footer.blade.php‎

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class="flex flex-wrap items-center justify-center gap-2.5 *:opacity-0"
8282
$el,
8383
{
8484
opacity: [0, 1],
85-
x: [10, 0],
85+
y: [-10, 0],
8686
},
8787
{
8888
duration: 0.7,
@@ -184,7 +184,7 @@ class="flex flex-col items-start text-sm text-gray-500 dark:text-gray-400"
184184
<a
185185
href="{{ route('welcome') }}"
186186
aria-label="Home"
187-
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-300"
187+
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-700 dark:hover:text-gray-300"
188188
>
189189
Home
190190
</a>
@@ -193,7 +193,7 @@ class="inline-block px-px py-1.5 transition duration-300 will-change-transform h
193193
<a
194194
href="{{ route('blog') }}"
195195
aria-label="Blog"
196-
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-300"
196+
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-700 dark:hover:text-gray-300"
197197
>
198198
Blog
199199
</a>
@@ -202,7 +202,7 @@ class="inline-block px-px py-1.5 transition duration-300 will-change-transform h
202202
<a
203203
href="https://shop.nativephp.com/"
204204
aria-label="NativePHP Shop"
205-
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-300"
205+
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-700 dark:hover:text-gray-300"
206206
>
207207
Shop
208208
</a>
@@ -211,7 +211,7 @@ class="inline-block px-px py-1.5 transition duration-300 will-change-transform h
211211
<a
212212
href="https://bifrost.nativephp.com/"
213213
aria-label="Bifrost"
214-
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-300"
214+
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-700 dark:hover:text-gray-300"
215215
>
216216
Bifrost
217217
</a>
@@ -220,7 +220,7 @@ class="inline-block px-px py-1.5 transition duration-300 will-change-transform h
220220
<a
221221
href="{{ route('privacy-policy') }}"
222222
aria-label="Privacy Policy"
223-
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-300"
223+
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-700 dark:hover:text-gray-300"
224224
>
225225
Privacy Policy
226226
</a>
@@ -229,7 +229,7 @@ class="inline-block px-px py-1.5 transition duration-300 will-change-transform h
229229
<a
230230
href="{{ route('terms-of-service') }}"
231231
aria-label="Terms of Service"
232-
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-300"
232+
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-700 dark:hover:text-gray-300"
233233
>
234234
Terms of Service
235235
</a>
@@ -247,7 +247,7 @@ class="flex flex-col items-start text-sm text-gray-500 dark:text-gray-400"
247247
<a
248248
href="/docs/mobile/1/getting-started/introduction"
249249
aria-label="Mobile Documentation"
250-
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-300"
250+
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-700 dark:hover:text-gray-300"
251251
>
252252
Documentation
253253
</a>
@@ -256,7 +256,7 @@ class="inline-block px-px py-1.5 transition duration-300 will-change-transform h
256256
<a
257257
href="{{ route('pricing') }}"
258258
aria-label="Pricing"
259-
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-300"
259+
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-700 dark:hover:text-gray-300"
260260
>
261261
Pricing
262262
</a>
@@ -265,7 +265,7 @@ class="inline-block px-px py-1.5 transition duration-300 will-change-transform h
265265
<a
266266
href="https://github.com/nativephp"
267267
aria-label="GitHub"
268-
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-300"
268+
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-700 dark:hover:text-gray-300"
269269
>
270270
GitHub
271271
</a>
@@ -283,7 +283,7 @@ class="flex flex-col items-start text-sm text-gray-500 dark:text-gray-400"
283283
<a
284284
href="/docs/desktop/1/getting-started/introduction"
285285
aria-label="Desktop Documentation"
286-
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-300"
286+
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-700 dark:hover:text-gray-300"
287287
>
288288
Documentation
289289
</a>
@@ -292,7 +292,7 @@ class="inline-block px-px py-1.5 transition duration-300 will-change-transform h
292292
<a
293293
href="{{ route('sponsoring') }}"
294294
aria-label="Sponsoring"
295-
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-300"
295+
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-700 dark:hover:text-gray-300"
296296
>
297297
Sponsoring
298298
</a>
@@ -301,7 +301,7 @@ class="inline-block px-px py-1.5 transition duration-300 will-change-transform h
301301
<a
302302
href="https://github.com/nativephp"
303303
aria-label="GitHub"
304-
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-300"
304+
class="inline-block px-px py-1.5 transition duration-300 will-change-transform hover:translate-x-1 hover:text-gray-700 dark:hover:text-gray-300"
305305
>
306306
GitHub
307307
</a>

0 commit comments

Comments
 (0)