feat: add dark mode

This commit is contained in:
Marios Antonoudiou
2023-12-04 16:59:42 +02:00
parent 88f430b5f1
commit 419802607d
7 changed files with 12 additions and 5 deletions

View File

@@ -14,6 +14,7 @@ const props = defineProps<Props>();
placeholder
:src="props.logo"
class="block rounded min-w-[50px]"
format="webp"
height="50"
width="50"
fit="outside"
@@ -23,7 +24,7 @@ const props = defineProps<Props>();
<NuxtLink
:href="props.href"
target="_blank"
class="text-xl font-semibold hover:underline hover:underline-offset-4"
class="md:text-xl text-lg font-semibold hover:underline hover:underline-offset-4"
>
<slot name="title">Company</slot>
</NuxtLink>