mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-31 12:17:54 +01:00
docs(footer): links contrast
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<UFooter :links="[]" :ui="{ bottom: { container: 'lg:py-4' } }">
|
<UFooter :links="[]" :ui="{ bottom: { container: 'lg:py-4' } }">
|
||||||
<template #left>
|
<template #left>
|
||||||
<div class="text-sm text-gray-600 dark:text-gray-300">
|
<div class="text-sm text-gray-500 dark:text-gray-400">
|
||||||
Made by
|
Made by
|
||||||
<NuxtLink to="https://nuxtlabs.com" aria-label="NuxtLabs" class="inline-block">
|
<NuxtLink to="https://nuxtlabs.com" aria-label="NuxtLabs" class="inline-block">
|
||||||
<LogoLabs class="text-gray-900 dark:text-white h-4 w-auto" />
|
<LogoLabs class="text-gray-900 dark:text-white h-4 w-auto" />
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template #center>
|
<template #center>
|
||||||
<span class="text-sm text-gray-600 dark:text-gray-300">
|
<span class="text-sm text-gray-500 dark:text-gray-400">
|
||||||
Published under <NuxtLink to="https://github.com/nuxt/ui" target="_blank" class="text-gray-900 dark:text-white">
|
Published under <NuxtLink to="https://github.com/nuxt/ui" target="_blank" class="text-gray-900 dark:text-white">
|
||||||
MIT License
|
MIT License
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
|
|||||||
Reference in New Issue
Block a user