@@ -47,29 +47,29 @@ const items = [
47
47
48
48
<template >
49
49
<div class =" h-screen flex justify-center" >
50
- <div class =" max-w-3xl px-4 md:px-8 py-20 md:py-40 " >
50
+ <div class =" max-w-3xl px-4 md:px-8 py-10 md:py-20 " >
51
51
<div class =" text-center" >
52
52
<UIcon name =" i-twemoji-incoming-envelope" class =" w-20 h-20" />
53
- <h2 class =" text-xl text-gray-100 font-medium" >Welcome to the Vue Email Dev Tools!</h2 >
54
- <p class =" mt-2 mb-4 text-sm text-gray-100 font-normal" >
53
+ <h2 class =" text-xl text-gray-800 dark:text-gray- 100 font-medium" >Welcome to the Vue Email Dev Tools!</h2 >
54
+ <p class =" mt-2 mb-4 text-sm text-gray-800 dark:text-gray- 100 font-normal" >
55
55
To start developing your next email template, you can create a
56
56
<UKbd >.vue</UKbd > file under the <UKbd >emails</UKbd > folder.
57
57
</p >
58
58
</div >
59
59
60
- <ul role =" list" class =" mt-6 grid grid-cols-1 gap-6 border-b border-t border-gray-500 py-6 sm:grid-cols-2" >
60
+ <ul role =" list" class =" mt-6 grid grid-cols-1 gap-6 border-b border-t border-gray-200 dark:border-gray- 500 py-6 sm:grid-cols-2" >
61
61
<li v-for =" (item, itemIdx) in items" :key =" itemIdx" class =" flow-root" >
62
- <NuxtLink target =" _blank" :to =" item.to" external class =" relative -m-2 flex items-center space-x-4 rounded-xl p-2 hover:bg-gray-800" >
62
+ <NuxtLink target =" _blank" :to =" item.to" external class =" relative -m-2 flex items-center space-x-4 rounded-xl p-2 hover:bg-gray-100 dark:hover:bg-gray- 800" >
63
63
<div class =" flex h-16 w-16 flex-shrink-0 items-center justify-center rounded-lg" :class =" [item.background]" >
64
64
<UIcon :name =" item.icon" class =" h-7 w-7 text-white" aria-hidden =" true" />
65
65
</div >
66
66
<div >
67
- <h3 class =" text-sm font-medium text-gray-100 focus:outline-none" >
67
+ <h3 class =" text-sm font-medium dark: text-gray-100 text-gray-800 focus:outline-none" >
68
68
<span class =" absolute inset-0" aria-hidden =" true" />
69
69
<span >{{ item.title }}</span >
70
70
<span aria-hidden =" true" > &rarr ; </span >
71
71
</h3 >
72
- <p class =" mt-1 text-sm text-gray-300" >{{ item.description }}</p >
72
+ <p class =" mt-1 text-sm text-gray-600 dark:text-gray- 300" >{{ item.description }}</p >
73
73
</div >
74
74
</NuxtLink >
75
75
</li >
0 commit comments