feat: add dark mode
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user